Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-5458 (GCVE-0-2024-5458)
Vulnerability from cvelistv5 – Published: 2024-06-09 18:26 – Updated: 2025-11-03 22:32- CWE-345 - Insufficient Verification of Data Authenticity
{
"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": "2025-11-03T22:32:24.445Z",
"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/"
},
{
"url": "https://lists.debian.org/debian-lts-announce/2024/10/msg00011.html"
}
],
"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-11-03T22:32:24.445Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2024-5458",
"date": "2026-05-30",
"epss": "0.03579",
"percentile": "0.87937"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2024-5458\",\"sourceIdentifier\":\"security@php.net\",\"published\":\"2024-06-09T19:15:52.397\",\"lastModified\":\"2025-11-03T23:17:30.373\",\"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.debian.org/debian-lts-announce/2024/10/msg00011.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"
}
}
}
CERTFR-2024-AVI-1105
Vulnerability from certfr_avis - Published: 2024-12-23 - Updated: 2024-12-23
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"
}
]
}
FKIE_CVE-2024-5458
Vulnerability from fkie_nvd - Published: 2024-06-09 19:15 - Updated: 2025-11-03 23:175.3 (Medium) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
{
"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-11-03T23:17:30.373",
"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",
"url": "https://lists.debian.org/debian-lts-announce/2024/10/msg00011.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"
}
]
}
MSRC_CVE-2024-5458
Vulnerability from csaf_microsoft - Published: 2024-06-02 07:00 - Updated: 2026-02-19 01:48| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 17308-17086 | — | ||
| Unresolved product id: 17719-17084 | — | ||
| Unresolved product id: 20015-17086 | — | ||
| Unresolved product id: 17752-17084 | — | ||
| Unresolved product id: 17355-17086 | — |
| URL | Category |
|---|---|
| https://msrc.microsoft.com/csaf/vex/2024/msrc_cve… | self |
| https://support.microsoft.com/lifecycle | external |
| https://www.first.org/cvss | external |
| https://msrc.microsoft.com/csaf/vex/2024/msrc_cve… | self |
{
"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": "2026-02-19T01:48:26.000Z",
"generator": {
"date": "2026-02-21T03:10:18.194Z",
"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."
},
{
"date": "2026-02-19T01:48:26.000Z",
"legacy_version": "2",
"number": "2",
"summary": "Information published."
}
],
"status": "final",
"version": "2"
}
},
"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": "5"
}
},
{
"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_version_range",
"name": "\u003ccbl2 php 8.1.28-1",
"product": {
"name": "\u003ccbl2 php 8.1.28-1",
"product_id": "4"
}
},
{
"category": "product_version",
"name": "cbl2 php 8.1.28-1",
"product": {
"name": "cbl2 php 8.1.28-1",
"product_id": "17355"
}
}
],
"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-5"
},
"product_reference": "5",
"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"
},
{
"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-4"
},
"product_reference": "4",
"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": "17355-17086"
},
"product_reference": "17355",
"relates_to_product_reference": "17086"
}
]
},
"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",
"17355-17086"
],
"known_affected": [
"17086-5",
"17084-3",
"17086-1",
"17084-2",
"17086-4"
]
},
"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-5",
"17086-1",
"17086-4"
],
"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-5",
"17084-3",
"17086-1",
"17084-2",
"17086-4"
]
}
],
"title": "Filter bypass in filter_var (FILTER_VALIDATE_URL)"
}
]
}
NCSC-2024-0243
Vulnerability from csaf_ncscnl - Published: 2024-06-10 07:02 - Updated: 2024-06-10 07:02| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
php
php_group
|
cpe:2.3:a:php_group:php:8.1._:*:*:*:*:*:*:*
|
— | |
|
php
php_group
|
cpe:2.3:a:php_group:php:8.2._:*:*:*:*:*:*:*
|
— | |
|
php
php_group
|
cpe:2.3:a:php_group:php:8.3._:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
php
php_group
|
cpe:2.3:a:php_group:php:8.1._:*:*:*:*:*:*:*
|
— | |
|
php
php_group
|
cpe:2.3:a:php_group:php:8.2._:*:*:*:*:*:*:*
|
— | |
|
php
php_group
|
cpe:2.3:a:php_group:php:8.3._:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
php
php_group
|
cpe:2.3:a:php_group:php:8.1._:*:*:*:*:*:*:*
|
— | |
|
php
php_group
|
cpe:2.3:a:php_group:php:8.2._:*:*:*:*:*:*:*
|
— | |
|
php
php_group
|
cpe:2.3:a:php_group:php:8.3._:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
php
php_group
|
cpe:2.3:a:php_group:php:8.1._:*:*:*:*:*:*:*
|
— | |
|
php
php_group
|
cpe:2.3:a:php_group:php:8.2._:*:*:*:*:*:*:*
|
— | |
|
php
php_group
|
cpe:2.3:a:php_group:php:8.3._:*:*:*:*:*:*:*
|
— |
{
"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 - Published: 2024-10-17 13:15 - Updated: 2024-10-17 13:15| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
application_express_administration
oracle
|
cpe:2.3:a:oracle:application_express_administration:*:*:*:*:*:*:*:*
|
— | |
|
application_express_customers_plugin
oracle
|
cpe:2.3:a:oracle:application_express_customers_plugin:*:*:*:*:*:*:*:*
|
— | |
|
application_express_team_calendar_plugin
oracle
|
cpe:2.3:a:oracle:application_express_team_calendar_plugin:*:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.0.0.0:*:*:*:*:*:*:*
|
— | |
|
goldengate_big_data
oracle
|
cpe:2.3:a:oracle:goldengate_big_data:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_veridata
oracle
|
cpe:2.3:a:oracle:goldengate_veridata:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_studio
oracle
|
cpe:2.3:a:oracle:goldengate_studio:12.2.1.4.0:*:*:*:*:*:*:*
|
— | |
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:18.1.0.1.0:*:*:*:*:*:*:*
|
— | |
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:18.1.0.2.0:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:19.5.33:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:20.3.28:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:21.2.55:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:22.3.26:*:*:*:*:*:*:*
|
— | |
|
blockchain_platform
oracle
|
cpe:2.3:a:oracle:blockchain_platform:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.4:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.4.3.0.0:*:*:*:*:*:*:*
|
— | |
|
goldengate_studio
oracle
|
cpe:2.3:a:oracle:goldengate_studio:fusion_middleware_12.2.1.4.0:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:*:*:*:*:*:*:*:*
|
— | |
|
goldengate
oracle
|
cpe:2.3:a:oracle:goldengate:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_stream_analytics
oracle
|
cpe:2.3:a:oracle:goldengate_stream_analytics:*:*:*:*:*:*:*:*
|
— | |
|
sql_developer
oracle
|
cpe:2.3:a:oracle:sql_developer:*:*:*:*:*:*:*:*
|
— | |
|
oracle_goldengate_stream_analytics
oracle
|
cpe:2.3:a:oracle:oracle_goldengate_stream_analytics:*:*:*:*:*:*:*:*
|
— | |
|
oracle_sql_developer
oracle
|
cpe:2.3:a:oracle:oracle_sql_developer:*:*:*:*:*:*:*:*
|
— | |
|
autonomous_health_framework
oracle
|
cpe:2.3:a:oracle:autonomous_health_framework:*:*:*:*:*:*:*:*
|
— | |
|
autonomous_health_framework
oracle
|
cpe:2.3:a:oracle:autonomous_health_framework:23.10:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:23.3:*:*:*:*:*:*:*
|
— | |
|
sqlcl
oracle
|
cpe:2.3:a:oracle:sqlcl:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.3.0.0:*:*:*:*:*:*:*
|
— | |
|
goldengate_big_data_and_application_adapters
oracle
|
cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_studio
oracle
|
cpe:2.3:a:oracle:goldengate_studio:12.2.0.4.0:*:*:*:*:*:*:*
|
— | |
|
blockchain_platform
oracle
|
cpe:2.3:a:oracle:blockchain_platform:21.1.2:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition20.3.12:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition21.3.8:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition22.3.4:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.9:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.1:*:*:*:*:*:*:*
|
— | |
|
sql_developer
oracle
|
cpe:2.3:a:oracle:sql_developer:21.4.2:*:*:*:*:*:*:*
|
— | |
|
sql_developer
oracle
|
cpe:2.3:a:oracle:sql_developer:22.2.0:*:*:*:*:*:*:*
|
— | |
|
sql_developer
oracle
|
cpe:2.3:a:oracle:sql_developer:23.1.0:*:*:*:*:*:*:*
|
— | |
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:*:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph_mapviewer
oracle
|
cpe:2.3:a:oracle:spatial_and_graph_mapviewer:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.4.0.0:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition20.3.13:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition21.3.9:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.10:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.2:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:22:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
blockchain_platform
oracle
|
cpe:2.3:a:oracle:blockchain_platform:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.4:*:*:*:*:*:*:*
|
— | |
|
goldengate
oracle
|
cpe:2.3:a:oracle:goldengate:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_studio
oracle
|
cpe:2.3:a:oracle:goldengate_studio:fusion_middleware_12.2.1.4.0:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:*:*:*:*:*:*:*:*
|
— | |
|
sql_developer
oracle
|
cpe:2.3:a:oracle:sql_developer:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_stream_analytics
oracle
|
cpe:2.3:a:oracle:goldengate_stream_analytics:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_veridata
oracle
|
cpe:2.3:a:oracle:goldengate_veridata:*:*:*:*:*:*:*:*
|
— | |
|
management_pack_for__goldengate
oracle
|
cpe:2.3:a:oracle:management_pack_for__goldengate:*:*:*:*:*:*:*:*
|
— | |
|
application_express
oracle
|
cpe:2.3:a:oracle:application_express:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.3:*:*:*:*:*:*:*
|
— | |
|
goldengate
oracle
|
cpe:2.3:a:oracle:goldengate:19c:*:*:*:*:*:*:*
|
— | |
|
autonomous_health_framework
oracle
|
cpe:2.3:a:oracle:autonomous_health_framework:19c:*:*:*:*:*:*:*
|
— | |
|
autonomous_health_framework
oracle
|
cpe:2.3:a:oracle:autonomous_health_framework:21c:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:_security_and_provisioning___21.3:*:*:*:*:*:*:*
|
— | |
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:*:*:*:*:*:*:*:*
|
— | |
|
autonomous_health_framework
oracle
|
cpe:2.3:a:oracle:autonomous_health_framework:*:*:*:*:*:*:*:*
|
— | |
|
autonomous_health_framework
oracle
|
cpe:2.3:a:oracle:autonomous_health_framework:23.10:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:*:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:23.3:*:*:*:*:*:*:*
|
— | |
|
sqlcl
oracle
|
cpe:2.3:a:oracle:sqlcl:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.3.0.0:*:*:*:*:*:*:*
|
— | |
|
goldengate_big_data_and_application_adapters
oracle
|
cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_studio
oracle
|
cpe:2.3:a:oracle:goldengate_studio:12.2.0.4.0:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition20.3.12:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition21.3.8:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition22.3.4:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.9:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.1:*:*:*:*:*:*:*
|
— | |
|
sql_developer
oracle
|
cpe:2.3:a:oracle:sql_developer:21.4.2:*:*:*:*:*:*:*
|
— | |
|
sql_developer
oracle
|
cpe:2.3:a:oracle:sql_developer:22.2.0:*:*:*:*:*:*:*
|
— | |
|
sql_developer
oracle
|
cpe:2.3:a:oracle:sql_developer:23.1.0:*:*:*:*:*:*:*
|
— | |
|
goldengate_stream_analytics
oracle
|
cpe:2.3:a:oracle:goldengate_stream_analytics:19.1.0.0.0-19.1.0.0.9:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph_mapviewer
oracle
|
cpe:2.3:a:oracle:spatial_and_graph_mapviewer:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.4.0.0:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition20.3.13:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition21.3.9:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.10:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.2:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:22:*:*:*:*:*:*:*
|
— | |
|
application_express
oracle
|
cpe:2.3:a:oracle:application_express:23.2:*:*:*:*:*:*:*
|
— | |
|
fleet_patching_and_provisioning
oracle
|
cpe:2.3:a:oracle:fleet_patching_and_provisioning:23.4:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.6:*:*:*:*:*:*:*
|
— | |
|
management_pack_for__goldengate
oracle
|
cpe:2.3:a:oracle:management_pack_for__goldengate:12.2.1.2:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.11:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.3:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:22.0.1:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.4:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.5:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.0.0.0:*:*:*:*:*:*:*
|
— | |
|
application_express_administration
oracle
|
cpe:2.3:a:oracle:application_express_administration:*:*:*:*:*:*:*:*
|
— | |
|
application_express_customers_plugin
oracle
|
cpe:2.3:a:oracle:application_express_customers_plugin:*:*:*:*:*:*:*:*
|
— | |
|
application_express_team_calendar_plugin
oracle
|
cpe:2.3:a:oracle:application_express_team_calendar_plugin:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_big_data
oracle
|
cpe:2.3:a:oracle:goldengate_big_data:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_veridata
oracle
|
cpe:2.3:a:oracle:goldengate_veridata:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_studio
oracle
|
cpe:2.3:a:oracle:goldengate_studio:12.2.1.4.0:*:*:*:*:*:*:*
|
— | |
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:18.1.0.1.0:*:*:*:*:*:*:*
|
— | |
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:18.1.0.2.0:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:19.5.33:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:20.3.28:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:21.2.55:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:22.3.26:*:*:*:*:*:*:*
|
— | |
|
blockchain_platform
oracle
|
cpe:2.3:a:oracle:blockchain_platform:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.4.3.0.0:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.4:*:*:*:*:*:*:*
|
— | |
|
goldengate_studio
oracle
|
cpe:2.3:a:oracle:goldengate_studio:fusion_middleware_12.2.1.4.0:*:*:*:*:*:*:*
|
— | |
|
goldengate
oracle
|
cpe:2.3:a:oracle:goldengate:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_stream_analytics
oracle
|
cpe:2.3:a:oracle:goldengate_stream_analytics:*:*:*:*:*:*:*:*
|
— | |
|
management_pack_for__goldengate
oracle
|
cpe:2.3:a:oracle:management_pack_for__goldengate:*:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:*:*:*:*:*:*:*:*
|
— | |
|
sql_developer
oracle
|
cpe:2.3:a:oracle:sql_developer:*:*:*:*:*:*:*:*
|
— | |
|
application_express
oracle
|
cpe:2.3:a:oracle:application_express:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.3:*:*:*:*:*:*:*
|
— | |
|
oracle_goldengate_stream_analytics
oracle
|
cpe:2.3:a:oracle:oracle_goldengate_stream_analytics:*:*:*:*:*:*:*:*
|
— | |
|
oracle_goldengate_studio
oracle
|
cpe:2.3:a:oracle:oracle_goldengate_studio:*:*:*:*:*:*:*:*
|
— | |
|
goldengate
oracle
|
cpe:2.3:a:oracle:goldengate:19c:*:*:*:*:*:*:*
|
— | |
|
autonomous_health_framework
oracle
|
cpe:2.3:a:oracle:autonomous_health_framework:*:*:*:*:*:*:*:*
|
— | |
|
autonomous_health_framework
oracle
|
cpe:2.3:a:oracle:autonomous_health_framework:23.10:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:23.3:*:*:*:*:*:*:*
|
— | |
|
sqlcl
oracle
|
cpe:2.3:a:oracle:sqlcl:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.3.0.0:*:*:*:*:*:*:*
|
— | |
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_stream_analytics
oracle
|
cpe:2.3:a:oracle:goldengate_stream_analytics:19.1.0.0.0-19.1.0.0.9:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph_mapviewer
oracle
|
cpe:2.3:a:oracle:spatial_and_graph_mapviewer:*:*:*:*:*:*:*:*
|
— | |
|
application_express
oracle
|
cpe:2.3:a:oracle:application_express:23.2:*:*:*:*:*:*:*
|
— | |
|
goldengate_big_data_and_application_adapters
oracle
|
cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_studio
oracle
|
cpe:2.3:a:oracle:goldengate_studio:12.2.0.4.0:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition20.3.12:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition21.3.8:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition22.3.4:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.9:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.1:*:*:*:*:*:*:*
|
— | |
|
sql_developer
oracle
|
cpe:2.3:a:oracle:sql_developer:21.4.2:*:*:*:*:*:*:*
|
— | |
|
sql_developer
oracle
|
cpe:2.3:a:oracle:sql_developer:22.2.0:*:*:*:*:*:*:*
|
— | |
|
sql_developer
oracle
|
cpe:2.3:a:oracle:sql_developer:23.1.0:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.4.0.0:*:*:*:*:*:*:*
|
— | |
|
fleet_patching_and_provisioning
oracle
|
cpe:2.3:a:oracle:fleet_patching_and_provisioning:23.4:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.6:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition20.3.13:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition21.3.9:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.10:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.2:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:22:*:*:*:*:*:*:*
|
— | |
|
management_pack_for__goldengate
oracle
|
cpe:2.3:a:oracle:management_pack_for__goldengate:12.2.1.2:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.11:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.3:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:22.0.1:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.4:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.5:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.0.0.0:*:*:*:*:*:*:*
|
— | |
|
goldengate_big_data
oracle
|
cpe:2.3:a:oracle:goldengate_big_data:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_veridata
oracle
|
cpe:2.3:a:oracle:goldengate_veridata:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_studio
oracle
|
cpe:2.3:a:oracle:goldengate_studio:12.2.1.4.0:*:*:*:*:*:*:*
|
— | |
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:18.1.0.1.0:*:*:*:*:*:*:*
|
— | |
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:18.1.0.2.0:*:*:*:*:*:*:*
|
— | |
|
application_express_administration
oracle
|
cpe:2.3:a:oracle:application_express_administration:*:*:*:*:*:*:*:*
|
— | |
|
application_express_customers_plugin
oracle
|
cpe:2.3:a:oracle:application_express_customers_plugin:*:*:*:*:*:*:*:*
|
— | |
|
application_express_team_calendar_plugin
oracle
|
cpe:2.3:a:oracle:application_express_team_calendar_plugin:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.4.3.0.0:*:*:*:*:*:*:*
|
— | |
|
goldengate
oracle
|
cpe:2.3:a:oracle:goldengate:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_stream_analytics
oracle
|
cpe:2.3:a:oracle:goldengate_stream_analytics:*:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:19.5.33:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:20.3.28:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:21.2.55:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:22.3.26:*:*:*:*:*:*:*
|
— | |
|
blockchain_platform
oracle
|
cpe:2.3:a:oracle:blockchain_platform:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.4:*:*:*:*:*:*:*
|
— | |
|
goldengate_studio
oracle
|
cpe:2.3:a:oracle:goldengate_studio:fusion_middleware_12.2.1.4.0:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:*:*:*:*:*:*:*:*
|
— | |
|
sql_developer
oracle
|
cpe:2.3:a:oracle:sql_developer:*:*:*:*:*:*:*:*
|
— | |
|
oracle_secure_backup
oracle
|
cpe:2.3:a:oracle:oracle_secure_backup:*:*:*:*:*:*:*:*
|
— | |
|
blockchain_platform
oracle
|
cpe:2.3:a:oracle:blockchain_platform:21.1.2:*:*:*:*:*:*:*
|
— | |
|
management_pack_for__goldengate
oracle
|
cpe:2.3:a:oracle:management_pack_for__goldengate:*:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
database_-_core
oracle
|
cpe:2.3:a:oracle:database_-_core:21.3-21.15:*:*:*:*:*:*:*
|
— | |
|
database_-_core
oracle
|
cpe:2.3:a:oracle:database_-_core:19.3-19.24:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
database_-_core
oracle
|
cpe:2.3:a:oracle:database_-_core:21.3-21.15:*:*:*:*:*:*:*
|
— | |
|
database_-_core
oracle
|
cpe:2.3:a:oracle:database_-_core:19.3-19.24:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
database_-_core
oracle
|
cpe:2.3:a:oracle:database_-_core:21.3-21.15:*:*:*:*:*:*:*
|
— | |
|
database_-_core
oracle
|
cpe:2.3:a:oracle:database_-_core:19.3-19.24:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.0.0.0:*:*:*:*:*:*:*
|
— | |
|
goldengate_big_data
oracle
|
cpe:2.3:a:oracle:goldengate_big_data:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_veridata
oracle
|
cpe:2.3:a:oracle:goldengate_veridata:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_studio
oracle
|
cpe:2.3:a:oracle:goldengate_studio:12.2.1.4.0:*:*:*:*:*:*:*
|
— | |
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:18.1.0.1.0:*:*:*:*:*:*:*
|
— | |
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:18.1.0.2.0:*:*:*:*:*:*:*
|
— | |
|
application_express_administration
oracle
|
cpe:2.3:a:oracle:application_express_administration:*:*:*:*:*:*:*:*
|
— | |
|
application_express_customers_plugin
oracle
|
cpe:2.3:a:oracle:application_express_customers_plugin:*:*:*:*:*:*:*:*
|
— | |
|
application_express_team_calendar_plugin
oracle
|
cpe:2.3:a:oracle:application_express_team_calendar_plugin:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.4.3.0.0:*:*:*:*:*:*:*
|
— | |
|
goldengate
oracle
|
cpe:2.3:a:oracle:goldengate:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_stream_analytics
oracle
|
cpe:2.3:a:oracle:goldengate_stream_analytics:*:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:19.5.33:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:20.3.28:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:21.2.55:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:22.3.26:*:*:*:*:*:*:*
|
— | |
|
blockchain_platform
oracle
|
cpe:2.3:a:oracle:blockchain_platform:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.4:*:*:*:*:*:*:*
|
— | |
|
goldengate_studio
oracle
|
cpe:2.3:a:oracle:goldengate_studio:fusion_middleware_12.2.1.4.0:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:*:*:*:*:*:*:*:*
|
— | |
|
sql_developer
oracle
|
cpe:2.3:a:oracle:sql_developer:*:*:*:*:*:*:*:*
|
— | |
|
blockchain_platform
oracle
|
cpe:2.3:a:oracle:blockchain_platform:21.1.2:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:18.1.0.1.0:*:*:*:*:*:*:*
|
— | |
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:18.1.0.2.0:*:*:*:*:*:*:*
|
— | |
|
application_express_administration
oracle
|
cpe:2.3:a:oracle:application_express_administration:*:*:*:*:*:*:*:*
|
— | |
|
application_express_customers_plugin
oracle
|
cpe:2.3:a:oracle:application_express_customers_plugin:*:*:*:*:*:*:*:*
|
— | |
|
application_express_team_calendar_plugin
oracle
|
cpe:2.3:a:oracle:application_express_team_calendar_plugin:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.4.3.0.0:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.0.0.0:*:*:*:*:*:*:*
|
— | |
|
goldengate
oracle
|
cpe:2.3:a:oracle:goldengate:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_stream_analytics
oracle
|
cpe:2.3:a:oracle:goldengate_stream_analytics:*:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:19.5.33:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:20.3.28:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:21.2.55:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:22.3.26:*:*:*:*:*:*:*
|
— | |
|
blockchain_platform
oracle
|
cpe:2.3:a:oracle:blockchain_platform:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.4:*:*:*:*:*:*:*
|
— | |
|
goldengate_big_data
oracle
|
cpe:2.3:a:oracle:goldengate_big_data:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_veridata
oracle
|
cpe:2.3:a:oracle:goldengate_veridata:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_studio
oracle
|
cpe:2.3:a:oracle:goldengate_studio:12.2.1.4.0:*:*:*:*:*:*:*
|
— | |
|
goldengate_studio
oracle
|
cpe:2.3:a:oracle:goldengate_studio:fusion_middleware_12.2.1.4.0:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:*:*:*:*:*:*:*:*
|
— | |
|
sql_developer
oracle
|
cpe:2.3:a:oracle:sql_developer:*:*:*:*:*:*:*:*
|
— | |
|
blockchain_platform
oracle
|
cpe:2.3:a:oracle:blockchain_platform:21.1.2:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
autonomous_health_framework
oracle
|
cpe:2.3:a:oracle:autonomous_health_framework:*:*:*:*:*:*:*:*
|
— | |
|
autonomous_health_framework
oracle
|
cpe:2.3:a:oracle:autonomous_health_framework:23.10:*:*:*:*:*:*:*
|
— | |
|
goldengate_stream_analytics
oracle
|
cpe:2.3:a:oracle:goldengate_stream_analytics:19.1.0.0.0-19.1.0.0.9:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph_mapviewer
oracle
|
cpe:2.3:a:oracle:spatial_and_graph_mapviewer:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.4.0.0:*:*:*:*:*:*:*
|
— | |
|
goldengate_stream_analytics
oracle
|
cpe:2.3:a:oracle:goldengate_stream_analytics:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_veridata
oracle
|
cpe:2.3:a:oracle:goldengate_veridata:*:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition20.3.13:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition21.3.9:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.10:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.2:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:22:*:*:*:*:*:*:*
|
— | |
|
application_express
oracle
|
cpe:2.3:a:oracle:application_express:23.2:*:*:*:*:*:*:*
|
— | |
|
fleet_patching_and_provisioning
oracle
|
cpe:2.3:a:oracle:fleet_patching_and_provisioning:23.4:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.6:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:*:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:23.3:*:*:*:*:*:*:*
|
— | |
|
sqlcl
oracle
|
cpe:2.3:a:oracle:sqlcl:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.3.0.0:*:*:*:*:*:*:*
|
— | |
|
goldengate_big_data_and_application_adapters
oracle
|
cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:*:*:*:*:*:*:*:*
|
— | |
|
goldengate
oracle
|
cpe:2.3:a:oracle:goldengate:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_studio
oracle
|
cpe:2.3:a:oracle:goldengate_studio:12.2.0.4.0:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition20.3.12:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition21.3.8:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition22.3.4:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.9:*:*:*:*:*:*:*
|
— | |
|
management_pack_for__goldengate
oracle
|
cpe:2.3:a:oracle:management_pack_for__goldengate:12.2.1.2:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.11:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.3:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:22.0.1:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.4:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.5:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.1:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:*:*:*:*:*:*:*:*
|
— | |
|
sql_developer
oracle
|
cpe:2.3:a:oracle:sql_developer:21.4.2:*:*:*:*:*:*:*
|
— | |
|
sql_developer
oracle
|
cpe:2.3:a:oracle:sql_developer:22.2.0:*:*:*:*:*:*:*
|
— | |
|
sql_developer
oracle
|
cpe:2.3:a:oracle:sql_developer:23.1.0:*:*:*:*:*:*:*
|
— | |
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:*:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
oracle_nosql_database
oracle
|
cpe:2.3:a:oracle:oracle_nosql_database:*:*:*:*:*:*:*:*
|
— | |
|
oracle_goldengate_studio
oracle
|
cpe:2.3:a:oracle:oracle_goldengate_studio:*:*:*:*:*:*:*:*
|
— | |
|
oracle_essbase
oracle
|
cpe:2.3:a:oracle:oracle_essbase:*:*:*:*:*:*:*:*
|
— | |
|
oracle_goldengate_stream_analytics
oracle
|
cpe:2.3:a:oracle:oracle_goldengate_stream_analytics:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.3.0.0:*:*:*:*:*:*:*
|
— | |
|
goldengate_big_data_and_application_adapters
oracle
|
cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:*:*:*:*:*:*:*:*
|
— | |
|
goldengate
oracle
|
cpe:2.3:a:oracle:goldengate:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_studio
oracle
|
cpe:2.3:a:oracle:goldengate_studio:12.2.0.4.0:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition20.3.12:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition21.3.8:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition22.3.4:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.9:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.1:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:*:*:*:*:*:*:*:*
|
— | |
|
sql_developer
oracle
|
cpe:2.3:a:oracle:sql_developer:21.4.2:*:*:*:*:*:*:*
|
— | |
|
sql_developer
oracle
|
cpe:2.3:a:oracle:sql_developer:22.2.0:*:*:*:*:*:*:*
|
— | |
|
sql_developer
oracle
|
cpe:2.3:a:oracle:sql_developer:23.1.0:*:*:*:*:*:*:*
|
— | |
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:*:*:*:*:*:*:*:*
|
— | |
|
blockchain_platform
oracle
|
cpe:2.3:a:oracle:blockchain_platform:21.1.2:*:*:*:*:*:*:*
|
— | |
|
sql_developer
oracle
|
cpe:2.3:a:oracle:sql_developer:24.3.0:*:*:*:*:*:*:*
|
— | |
|
goldengate_big_data
oracle
|
cpe:2.3:a:oracle:goldengate_big_data:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_veridata
oracle
|
cpe:2.3:a:oracle:goldengate_veridata:*:*:*:*:*:*:*:*
|
— | |
|
autonomous_health_framework
oracle
|
cpe:2.3:a:oracle:autonomous_health_framework:*:*:*:*:*:*:*:*
|
— | |
|
autonomous_health_framework
oracle
|
cpe:2.3:a:oracle:autonomous_health_framework:23.10:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:23.3:*:*:*:*:*:*:*
|
— | |
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:18.1.0.1.0:*:*:*:*:*:*:*
|
— | |
|
sqlcl
oracle
|
cpe:2.3:a:oracle:sqlcl:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_studio
oracle
|
cpe:2.3:a:oracle:goldengate_studio:12.2.1.4.0:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.0.0.0:*:*:*:*:*:*:*
|
— | |
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:18.1.0.2.0:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_stream_analytics
oracle
|
cpe:2.3:a:oracle:goldengate_stream_analytics:*:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:22:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.2:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.10:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph_mapviewer
oracle
|
cpe:2.3:a:oracle:spatial_and_graph_mapviewer:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.4.0.0:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition20.3.13:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition21.3.9:*:*:*:*:*:*:*
|
— | |
|
application_express
oracle
|
cpe:2.3:a:oracle:application_express:23.2:*:*:*:*:*:*:*
|
— | |
|
fleet_patching_and_provisioning
oracle
|
cpe:2.3:a:oracle:fleet_patching_and_provisioning:23.4:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.6:*:*:*:*:*:*:*
|
— | |
|
management_pack_for__goldengate
oracle
|
cpe:2.3:a:oracle:management_pack_for__goldengate:12.2.1.2:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.11:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.3:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:22.0.1:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.4:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.5:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
sqlcl
oracle
|
cpe:2.3:a:oracle:sqlcl:23.4-23.5:*:*:*:*:*:*:*
|
— | |
|
sql_developer
oracle
|
cpe:2.3:a:oracle:sql_developer:24.3.0:*:*:*:*:*:*:*
|
— | |
|
sql_developer
oracle
|
cpe:2.3:a:oracle:sql_developer:21.4.2:*:*:*:*:*:*:*
|
— | |
|
goldengate
oracle
|
cpe:2.3:a:oracle:goldengate:*:*:*:*:*:*:*:*
|
— | |
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:*:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:*:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.3.0.0:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.1:*:*:*:*:*:*:*
|
— | |
|
autonomous_health_framework
oracle
|
cpe:2.3:a:oracle:autonomous_health_framework:*:*:*:*:*:*:*:*
|
— | |
|
autonomous_health_framework
oracle
|
cpe:2.3:a:oracle:autonomous_health_framework:23.10:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:23.3:*:*:*:*:*:*:*
|
— | |
|
sqlcl
oracle
|
cpe:2.3:a:oracle:sqlcl:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_big_data_and_application_adapters
oracle
|
cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_studio
oracle
|
cpe:2.3:a:oracle:goldengate_studio:12.2.0.4.0:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition20.3.12:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition21.3.8:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition22.3.4:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.9:*:*:*:*:*:*:*
|
— | |
|
sql_developer
oracle
|
cpe:2.3:a:oracle:sql_developer:22.2.0:*:*:*:*:*:*:*
|
— | |
|
sql_developer
oracle
|
cpe:2.3:a:oracle:sql_developer:23.1.0:*:*:*:*:*:*:*
|
— | |
|
goldengate_veridata
oracle
|
cpe:2.3:a:oracle:goldengate_veridata:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_stream_analytics
oracle
|
cpe:2.3:a:oracle:goldengate_stream_analytics:*:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:22:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.2:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.10:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph_mapviewer
oracle
|
cpe:2.3:a:oracle:spatial_and_graph_mapviewer:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.4.0.0:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition20.3.13:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition21.3.9:*:*:*:*:*:*:*
|
— | |
|
application_express
oracle
|
cpe:2.3:a:oracle:application_express:23.2:*:*:*:*:*:*:*
|
— | |
|
fleet_patching_and_provisioning
oracle
|
cpe:2.3:a:oracle:fleet_patching_and_provisioning:23.4:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.6:*:*:*:*:*:*:*
|
— | |
|
management_pack_for__goldengate
oracle
|
cpe:2.3:a:oracle:management_pack_for__goldengate:12.2.1.2:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.11:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.3:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:22.0.1:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.4:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.5:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
sql_developer
oracle
|
cpe:2.3:a:oracle:sql_developer:24.3.0:*:*:*:*:*:*:*
|
— | |
|
application_express
oracle
|
cpe:2.3:a:oracle:application_express:23.2:*:*:*:*:*:*:*
|
— | |
|
fleet_patching_and_provisioning
oracle
|
cpe:2.3:a:oracle:fleet_patching_and_provisioning:23.4:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.6:*:*:*:*:*:*:*
|
— | |
|
management_pack_for__goldengate
oracle
|
cpe:2.3:a:oracle:management_pack_for__goldengate:12.2.1.2:*:*:*:*:*:*:*
|
— | |
|
goldengate
oracle
|
cpe:2.3:a:oracle:goldengate:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_big_data_and_application_adapters
oracle
|
cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_studio
oracle
|
cpe:2.3:a:oracle:goldengate_studio:12.2.0.4.0:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.11:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.3:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:22.0.1:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.4:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.5:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:*:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
blockchain_platform
oracle
|
cpe:2.3:a:oracle:blockchain_platform:21.1.2:*:*:*:*:*:*:*
|
— | |
|
goldengate_studio
oracle
|
cpe:2.3:a:oracle:goldengate_studio:12.2.0.4.0:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:22:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.2:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.10:*:*:*:*:*:*:*
|
— | |
|
goldengate
oracle
|
cpe:2.3:a:oracle:goldengate:*:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph_mapviewer
oracle
|
cpe:2.3:a:oracle:spatial_and_graph_mapviewer:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.4.0.0:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition20.3.13:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition21.3.9:*:*:*:*:*:*:*
|
— | |
|
goldengate_veridata
oracle
|
cpe:2.3:a:oracle:goldengate_veridata:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_stream_analytics
oracle
|
cpe:2.3:a:oracle:goldengate_stream_analytics:*:*:*:*:*:*:*:*
|
— | |
|
autonomous_health_framework
oracle
|
cpe:2.3:a:oracle:autonomous_health_framework:*:*:*:*:*:*:*:*
|
— | |
|
sqlcl
oracle
|
cpe:2.3:a:oracle:sqlcl:*:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
oracle_goldengate
oracle
|
cpe:2.3:a:oracle:oracle_goldengate:*:*:*:*:*:*:*:*
|
— | |
|
oracle_goldengate_stream_analytics
oracle
|
cpe:2.3:a:oracle:oracle_goldengate_stream_analytics:*:*:*:*:*:*:*:*
|
— | |
|
oracle_goldengate_studio
oracle
|
cpe:2.3:a:oracle:oracle_goldengate_studio:*:*:*:*:*:*:*:*
|
— | |
|
blockchain_platform
oracle
|
cpe:2.3:a:oracle:blockchain_platform:21.1.2:*:*:*:*:*:*:*
|
— | |
|
sql_developer
oracle
|
cpe:2.3:a:oracle:sql_developer:21.4.2:*:*:*:*:*:*:*
|
— | |
|
goldengate
oracle
|
cpe:2.3:a:oracle:goldengate:*:*:*:*:*:*:*:*
|
— | |
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:*:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:*:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.3.0.0:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.1:*:*:*:*:*:*:*
|
— | |
|
autonomous_health_framework
oracle
|
cpe:2.3:a:oracle:autonomous_health_framework:*:*:*:*:*:*:*:*
|
— | |
|
autonomous_health_framework
oracle
|
cpe:2.3:a:oracle:autonomous_health_framework:23.10:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:23.3:*:*:*:*:*:*:*
|
— | |
|
sqlcl
oracle
|
cpe:2.3:a:oracle:sqlcl:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_big_data_and_application_adapters
oracle
|
cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_studio
oracle
|
cpe:2.3:a:oracle:goldengate_studio:12.2.0.4.0:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition20.3.12:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition21.3.8:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition22.3.4:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.9:*:*:*:*:*:*:*
|
— | |
|
sql_developer
oracle
|
cpe:2.3:a:oracle:sql_developer:22.2.0:*:*:*:*:*:*:*
|
— | |
|
sql_developer
oracle
|
cpe:2.3:a:oracle:sql_developer:23.1.0:*:*:*:*:*:*:*
|
— | |
|
goldengate_veridata
oracle
|
cpe:2.3:a:oracle:goldengate_veridata:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_stream_analytics
oracle
|
cpe:2.3:a:oracle:goldengate_stream_analytics:*:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:22:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.2:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.10:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph_mapviewer
oracle
|
cpe:2.3:a:oracle:spatial_and_graph_mapviewer:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.4.0.0:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition20.3.13:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition21.3.9:*:*:*:*:*:*:*
|
— | |
|
application_express
oracle
|
cpe:2.3:a:oracle:application_express:23.2:*:*:*:*:*:*:*
|
— | |
|
fleet_patching_and_provisioning
oracle
|
cpe:2.3:a:oracle:fleet_patching_and_provisioning:23.4:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.6:*:*:*:*:*:*:*
|
— | |
|
management_pack_for__goldengate
oracle
|
cpe:2.3:a:oracle:management_pack_for__goldengate:12.2.1.2:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.11:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.3:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:22.0.1:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.4:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.5:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
goldengate_stream_analytics
oracle
|
cpe:2.3:a:oracle:goldengate_stream_analytics:19.1.0.0.0-19.1.0.0.9:*:*:*:*:*:*:*
|
— | |
|
application_express
oracle
|
cpe:2.3:a:oracle:application_express:23.2:*:*:*:*:*:*:*
|
— | |
|
fleet_patching_and_provisioning
oracle
|
cpe:2.3:a:oracle:fleet_patching_and_provisioning:23.4:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.6:*:*:*:*:*:*:*
|
— | |
|
management_pack_for__goldengate
oracle
|
cpe:2.3:a:oracle:management_pack_for__goldengate:12.2.1.2:*:*:*:*:*:*:*
|
— | |
|
goldengate
oracle
|
cpe:2.3:a:oracle:goldengate:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_big_data_and_application_adapters
oracle
|
cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_studio
oracle
|
cpe:2.3:a:oracle:goldengate_studio:12.2.0.4.0:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.11:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.3:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:22.0.1:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.4:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.5:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:*:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
blockchain_platform
oracle
|
cpe:2.3:a:oracle:blockchain_platform:21.1.2:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
blockchain_platform
oracle
|
cpe:2.3:a:oracle:blockchain_platform:21.1.2:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
blockchain_platform
oracle
|
cpe:2.3:a:oracle:blockchain_platform:21.1.2:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
blockchain_platform
oracle
|
cpe:2.3:a:oracle:blockchain_platform:21.1.2:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
blockchain_platform
oracle
|
cpe:2.3:a:oracle:blockchain_platform:21.1.2:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:*:*:*:*:*:*:*:*
|
— | |
|
application_express_administration
oracle
|
cpe:2.3:a:oracle:application_express_administration:*:*:*:*:*:*:*:*
|
— | |
|
application_express_customers_plugin
oracle
|
cpe:2.3:a:oracle:application_express_customers_plugin:*:*:*:*:*:*:*:*
|
— | |
|
application_express_team_calendar_plugin
oracle
|
cpe:2.3:a:oracle:application_express_team_calendar_plugin:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.4.3.0.0:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.3.0.0:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:*:*:*:*:*:*:*:*
|
— | |
|
blockchain_platform
oracle
|
cpe:2.3:a:oracle:blockchain_platform:21.1.2:*:*:*:*:*:*:*
|
— | |
|
goldengate
oracle
|
cpe:2.3:a:oracle:goldengate:*:*:*:*:*:*:*:*
|
— | |
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:18.1.0.1.0:*:*:*:*:*:*:*
|
— | |
|
goldengate_stream_analytics
oracle
|
cpe:2.3:a:oracle:goldengate_stream_analytics:*:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:19.5.33:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:20.3.28:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:21.2.55:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:22.3.26:*:*:*:*:*:*:*
|
— | |
|
goldengate_studio
oracle
|
cpe:2.3:a:oracle:goldengate_studio:12.2.1.4.0:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.0.0.0:*:*:*:*:*:*:*
|
— | |
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:18.1.0.2.0:*:*:*:*:*:*:*
|
— | |
|
goldengate_big_data
oracle
|
cpe:2.3:a:oracle:goldengate_big_data:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_veridata
oracle
|
cpe:2.3:a:oracle:goldengate_veridata:*:*:*:*:*:*:*:*
|
— | |
|
sql_developer
oracle
|
cpe:2.3:a:oracle:sql_developer:21.4.2:*:*:*:*:*:*:*
|
— | |
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:*:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.1:*:*:*:*:*:*:*
|
— | |
|
autonomous_health_framework
oracle
|
cpe:2.3:a:oracle:autonomous_health_framework:*:*:*:*:*:*:*:*
|
— | |
|
autonomous_health_framework
oracle
|
cpe:2.3:a:oracle:autonomous_health_framework:23.10:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:23.3:*:*:*:*:*:*:*
|
— | |
|
sqlcl
oracle
|
cpe:2.3:a:oracle:sqlcl:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_big_data_and_application_adapters
oracle
|
cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_studio
oracle
|
cpe:2.3:a:oracle:goldengate_studio:12.2.0.4.0:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition20.3.12:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition21.3.8:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition22.3.4:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.9:*:*:*:*:*:*:*
|
— | |
|
sql_developer
oracle
|
cpe:2.3:a:oracle:sql_developer:22.2.0:*:*:*:*:*:*:*
|
— | |
|
sql_developer
oracle
|
cpe:2.3:a:oracle:sql_developer:23.1.0:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:18.1.0.2.0:*:*:*:*:*:*:*
|
— | |
|
application_express_administration
oracle
|
cpe:2.3:a:oracle:application_express_administration:*:*:*:*:*:*:*:*
|
— | |
|
application_express_customers_plugin
oracle
|
cpe:2.3:a:oracle:application_express_customers_plugin:*:*:*:*:*:*:*:*
|
— | |
|
application_express_team_calendar_plugin
oracle
|
cpe:2.3:a:oracle:application_express_team_calendar_plugin:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.3.0.0:*:*:*:*:*:*:*
|
— | |
|
blockchain_platform
oracle
|
cpe:2.3:a:oracle:blockchain_platform:21.1.2:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.4.3.0.0:*:*:*:*:*:*:*
|
— | |
|
goldengate
oracle
|
cpe:2.3:a:oracle:goldengate:*:*:*:*:*:*:*:*
|
— | |
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:18.1.0.1.0:*:*:*:*:*:*:*
|
— | |
|
goldengate_stream_analytics
oracle
|
cpe:2.3:a:oracle:goldengate_stream_analytics:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_studio
oracle
|
cpe:2.3:a:oracle:goldengate_studio:12.2.1.4.0:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.0.0.0:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:19.5.33:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:20.3.28:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:21.2.55:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:22.3.26:*:*:*:*:*:*:*
|
— | |
|
goldengate_big_data
oracle
|
cpe:2.3:a:oracle:goldengate_big_data:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_veridata
oracle
|
cpe:2.3:a:oracle:goldengate_veridata:*:*:*:*:*:*:*:*
|
— | |
|
sql_developer
oracle
|
cpe:2.3:a:oracle:sql_developer:21.4.2:*:*:*:*:*:*:*
|
— | |
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:*:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:*:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.1:*:*:*:*:*:*:*
|
— | |
|
autonomous_health_framework
oracle
|
cpe:2.3:a:oracle:autonomous_health_framework:*:*:*:*:*:*:*:*
|
— | |
|
autonomous_health_framework
oracle
|
cpe:2.3:a:oracle:autonomous_health_framework:23.10:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:23.3:*:*:*:*:*:*:*
|
— | |
|
sqlcl
oracle
|
cpe:2.3:a:oracle:sqlcl:*:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_big_data_and_application_adapters
oracle
|
cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_studio
oracle
|
cpe:2.3:a:oracle:goldengate_studio:12.2.0.4.0:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition20.3.12:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition21.3.8:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition22.3.4:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.9:*:*:*:*:*:*:*
|
— | |
|
sql_developer
oracle
|
cpe:2.3:a:oracle:sql_developer:22.2.0:*:*:*:*:*:*:*
|
— | |
|
sql_developer
oracle
|
cpe:2.3:a:oracle:sql_developer:23.1.0:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.0.0.0:*:*:*:*:*:*:*
|
— | |
|
oracle_nosql_database
oracle
|
cpe:2.3:a:oracle:oracle_nosql_database:*:*:*:*:*:*:*:*
|
— | |
|
sql_developer
oracle
|
cpe:2.3:a:oracle:sql_developer:24.3.0:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph_mapviewer
oracle
|
cpe:2.3:a:oracle:spatial_and_graph_mapviewer:*:*:*:*:*:*:*:*
|
— | |
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:18.1.0.1.0:*:*:*:*:*:*:*
|
— | |
|
goldengate_studio
oracle
|
cpe:2.3:a:oracle:goldengate_studio:12.2.1.4.0:*:*:*:*:*:*:*
|
— | |
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:18.1.0.2.0:*:*:*:*:*:*:*
|
— | |
|
goldengate_big_data
oracle
|
cpe:2.3:a:oracle:goldengate_big_data:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_veridata
oracle
|
cpe:2.3:a:oracle:goldengate_veridata:*:*:*:*:*:*:*:*
|
— | |
|
sql_developer
oracle
|
cpe:2.3:a:oracle:sql_developer:21.4.2:*:*:*:*:*:*:*
|
— | |
|
goldengate
oracle
|
cpe:2.3:a:oracle:goldengate:*:*:*:*:*:*:*:*
|
— | |
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:*:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.3.0.0:*:*:*:*:*:*:*
|
— | |
|
goldengate_big_data_and_application_adapters
oracle
|
cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_studio
oracle
|
cpe:2.3:a:oracle:goldengate_studio:12.2.0.4.0:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition20.3.12:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition21.3.8:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition22.3.4:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.1:*:*:*:*:*:*:*
|
— | |
|
autonomous_health_framework
oracle
|
cpe:2.3:a:oracle:autonomous_health_framework:*:*:*:*:*:*:*:*
|
— | |
|
autonomous_health_framework
oracle
|
cpe:2.3:a:oracle:autonomous_health_framework:23.10:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:23.3:*:*:*:*:*:*:*
|
— | |
|
sqlcl
oracle
|
cpe:2.3:a:oracle:sqlcl:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_stream_analytics
oracle
|
cpe:2.3:a:oracle:goldengate_stream_analytics:*:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:22:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.2:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.10:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.9:*:*:*:*:*:*:*
|
— | |
|
sql_developer
oracle
|
cpe:2.3:a:oracle:sql_developer:22.2.0:*:*:*:*:*:*:*
|
— | |
|
sql_developer
oracle
|
cpe:2.3:a:oracle:sql_developer:23.1.0:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.4.0.0:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition20.3.13:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition21.3.9:*:*:*:*:*:*:*
|
— | |
|
application_express
oracle
|
cpe:2.3:a:oracle:application_express:23.2:*:*:*:*:*:*:*
|
— | |
|
fleet_patching_and_provisioning
oracle
|
cpe:2.3:a:oracle:fleet_patching_and_provisioning:23.4:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.6:*:*:*:*:*:*:*
|
— | |
|
management_pack_for__goldengate
oracle
|
cpe:2.3:a:oracle:management_pack_for__goldengate:12.2.1.2:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.11:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.3:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:22.0.1:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.4:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.5:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
blockchain_platform
oracle
|
cpe:2.3:a:oracle:blockchain_platform:21.1.2:*:*:*:*:*:*:*
|
— | |
|
application_express
oracle
|
cpe:2.3:a:oracle:application_express:23.2:*:*:*:*:*:*:*
|
— | |
|
management_pack_for__goldengate
oracle
|
cpe:2.3:a:oracle:management_pack_for__goldengate:12.2.1.2:*:*:*:*:*:*:*
|
— | |
|
goldengate
oracle
|
cpe:2.3:a:oracle:goldengate:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_big_data_and_application_adapters
oracle
|
cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_studio
oracle
|
cpe:2.3:a:oracle:goldengate_studio:12.2.0.4.0:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.11:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.3:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:22.0.1:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.4:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.5:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:*:*:*:*:*:*:*:*
|
— | |
|
fleet_patching_and_provisioning
oracle
|
cpe:2.3:a:oracle:fleet_patching_and_provisioning:23.4:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.6:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
goldengate_big_data_and_application_adapters
oracle
|
cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:19.1.0.0.0-19.1.0.0.9:*:*:*:*:*:*:*
|
— | |
|
goldengate_stream_analytics
oracle
|
cpe:2.3:a:oracle:goldengate_stream_analytics:19.1.0.0.0-19.1.0.0.9:*:*:*:*:*:*:*
|
— | |
|
sql_developer
oracle
|
cpe:2.3:a:oracle:sql_developer:21.4.2:*:*:*:*:*:*:*
|
— | |
|
goldengate
oracle
|
cpe:2.3:a:oracle:goldengate:*:*:*:*:*:*:*:*
|
— | |
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:*:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:*:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.3.0.0:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.1:*:*:*:*:*:*:*
|
— | |
|
autonomous_health_framework
oracle
|
cpe:2.3:a:oracle:autonomous_health_framework:*:*:*:*:*:*:*:*
|
— | |
|
autonomous_health_framework
oracle
|
cpe:2.3:a:oracle:autonomous_health_framework:23.10:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:23.3:*:*:*:*:*:*:*
|
— | |
|
sqlcl
oracle
|
cpe:2.3:a:oracle:sqlcl:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_big_data_and_application_adapters
oracle
|
cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_studio
oracle
|
cpe:2.3:a:oracle:goldengate_studio:12.2.0.4.0:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition20.3.12:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition21.3.8:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition22.3.4:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.9:*:*:*:*:*:*:*
|
— | |
|
sql_developer
oracle
|
cpe:2.3:a:oracle:sql_developer:22.2.0:*:*:*:*:*:*:*
|
— | |
|
sql_developer
oracle
|
cpe:2.3:a:oracle:sql_developer:23.1.0:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:prior_to_19.5.42:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:prior_to_20.3.40:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:prior_to_23.3.32:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:prior_to_22.3.46:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:prior_to_21.2.27:*:*:*:*:*:*:*
|
— | |
|
blockchain_platform
oracle
|
cpe:2.3:a:oracle:blockchain_platform:21.1.2:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.1:*:*:*:*:*:*:*
|
— | |
|
sql_developer
oracle
|
cpe:2.3:a:oracle:sql_developer:21.4.2:*:*:*:*:*:*:*
|
— | |
|
goldengate
oracle
|
cpe:2.3:a:oracle:goldengate:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_big_data_and_application_adapters
oracle
|
cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_studio
oracle
|
cpe:2.3:a:oracle:goldengate_studio:12.2.0.4.0:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition20.3.12:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition21.3.8:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition22.3.4:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.9:*:*:*:*:*:*:*
|
— | |
|
sql_developer
oracle
|
cpe:2.3:a:oracle:sql_developer:22.2.0:*:*:*:*:*:*:*
|
— | |
|
sql_developer
oracle
|
cpe:2.3:a:oracle:sql_developer:23.1.0:*:*:*:*:*:*:*
|
— | |
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:*:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:*:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.3.0.0:*:*:*:*:*:*:*
|
— | |
|
autonomous_health_framework
oracle
|
cpe:2.3:a:oracle:autonomous_health_framework:*:*:*:*:*:*:*:*
|
— | |
|
autonomous_health_framework
oracle
|
cpe:2.3:a:oracle:autonomous_health_framework:23.10:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:23.3:*:*:*:*:*:*:*
|
— | |
|
sqlcl
oracle
|
cpe:2.3:a:oracle:sqlcl:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_veridata
oracle
|
cpe:2.3:a:oracle:goldengate_veridata:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_stream_analytics
oracle
|
cpe:2.3:a:oracle:goldengate_stream_analytics:*:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:22:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.2:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.10:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph_mapviewer
oracle
|
cpe:2.3:a:oracle:spatial_and_graph_mapviewer:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.4.0.0:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition20.3.13:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition21.3.9:*:*:*:*:*:*:*
|
— | |
|
fleet_patching_and_provisioning
oracle
|
cpe:2.3:a:oracle:fleet_patching_and_provisioning:23.4:*:*:*:*:*:*:*
|
— | |
|
application_express
oracle
|
cpe:2.3:a:oracle:application_express:23.2:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.6:*:*:*:*:*:*:*
|
— | |
|
management_pack_for__goldengate
oracle
|
cpe:2.3:a:oracle:management_pack_for__goldengate:12.2.1.2:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.11:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.3:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:22.0.1:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.4:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.5:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
oracle_goldengate_stream_analytics
oracle
|
cpe:2.3:a:oracle:oracle_goldengate_stream_analytics:*:*:*:*:*:*:*:*
|
— | |
|
blockchain_platform
oracle
|
cpe:2.3:a:oracle:blockchain_platform:21.1.2:*:*:*:*:*:*:*
|
— | |
|
sql_developer
oracle
|
cpe:2.3:a:oracle:sql_developer:21.4.2:*:*:*:*:*:*:*
|
— | |
|
goldengate
oracle
|
cpe:2.3:a:oracle:goldengate:*:*:*:*:*:*:*:*
|
— | |
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:*:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:*:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.3.0.0:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.1:*:*:*:*:*:*:*
|
— | |
|
autonomous_health_framework
oracle
|
cpe:2.3:a:oracle:autonomous_health_framework:*:*:*:*:*:*:*:*
|
— | |
|
autonomous_health_framework
oracle
|
cpe:2.3:a:oracle:autonomous_health_framework:23.10:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:23.3:*:*:*:*:*:*:*
|
— | |
|
sqlcl
oracle
|
cpe:2.3:a:oracle:sqlcl:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_big_data_and_application_adapters
oracle
|
cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_studio
oracle
|
cpe:2.3:a:oracle:goldengate_studio:12.2.0.4.0:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition20.3.12:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition21.3.8:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition22.3.4:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.9:*:*:*:*:*:*:*
|
— | |
|
sql_developer
oracle
|
cpe:2.3:a:oracle:sql_developer:22.2.0:*:*:*:*:*:*:*
|
— | |
|
sql_developer
oracle
|
cpe:2.3:a:oracle:sql_developer:23.1.0:*:*:*:*:*:*:*
|
— | |
|
goldengate_veridata
oracle
|
cpe:2.3:a:oracle:goldengate_veridata:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_stream_analytics
oracle
|
cpe:2.3:a:oracle:goldengate_stream_analytics:*:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:22:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.2:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.10:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph_mapviewer
oracle
|
cpe:2.3:a:oracle:spatial_and_graph_mapviewer:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.4.0.0:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition20.3.13:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition21.3.9:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
blockchain_platform
oracle
|
cpe:2.3:a:oracle:blockchain_platform:21.1.2:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
goldengate
oracle
|
cpe:2.3:a:oracle:goldengate:21.3-21.14:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:prior_to_19.5.42:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:prior_to_20.3.40:*:*:*:*:*:*:*
|
— | |
|
goldengate
oracle
|
cpe:2.3:a:oracle:goldengate:19.1.0.0.0-19.23.0.0.240716:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:prior_to_23.3.32:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:prior_to_22.3.46:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:prior_to_21.2.27:*:*:*:*:*:*:*
|
— | |
|
blockchain_platform
oracle
|
cpe:2.3:a:oracle:blockchain_platform:21.1.2:*:*:*:*:*:*:*
|
— | |
|
sql_developer
oracle
|
cpe:2.3:a:oracle:sql_developer:21.4.2:*:*:*:*:*:*:*
|
— | |
|
goldengate
oracle
|
cpe:2.3:a:oracle:goldengate:*:*:*:*:*:*:*:*
|
— | |
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:*:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:*:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.3.0.0:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.1:*:*:*:*:*:*:*
|
— | |
|
autonomous_health_framework
oracle
|
cpe:2.3:a:oracle:autonomous_health_framework:*:*:*:*:*:*:*:*
|
— | |
|
autonomous_health_framework
oracle
|
cpe:2.3:a:oracle:autonomous_health_framework:23.10:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:23.3:*:*:*:*:*:*:*
|
— | |
|
sqlcl
oracle
|
cpe:2.3:a:oracle:sqlcl:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_big_data_and_application_adapters
oracle
|
cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_studio
oracle
|
cpe:2.3:a:oracle:goldengate_studio:12.2.0.4.0:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition20.3.12:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition21.3.8:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition22.3.4:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.9:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition20.3.13:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition21.3.9:*:*:*:*:*:*:*
|
— | |
|
sql_developer
oracle
|
cpe:2.3:a:oracle:sql_developer:22.2.0:*:*:*:*:*:*:*
|
— | |
|
sql_developer
oracle
|
cpe:2.3:a:oracle:sql_developer:23.1.0:*:*:*:*:*:*:*
|
— | |
|
goldengate_veridata
oracle
|
cpe:2.3:a:oracle:goldengate_veridata:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_stream_analytics
oracle
|
cpe:2.3:a:oracle:goldengate_stream_analytics:*:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:22:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.2:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.10:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph_mapviewer
oracle
|
cpe:2.3:a:oracle:spatial_and_graph_mapviewer:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.4.0.0:*:*:*:*:*:*:*
|
— | |
|
fleet_patching_and_provisioning
oracle
|
cpe:2.3:a:oracle:fleet_patching_and_provisioning:23.4:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.6:*:*:*:*:*:*:*
|
— | |
|
application_express
oracle
|
cpe:2.3:a:oracle:application_express:23.2:*:*:*:*:*:*:*
|
— | |
|
management_pack_for__goldengate
oracle
|
cpe:2.3:a:oracle:management_pack_for__goldengate:12.2.1.2:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.11:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.3:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:22.0.1:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.4:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.5:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
blockchain_platform
oracle
|
cpe:2.3:a:oracle:blockchain_platform:21.1.2:*:*:*:*:*:*:*
|
— | |
|
goldengate
oracle
|
cpe:2.3:a:oracle:goldengate:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_veridata
oracle
|
cpe:2.3:a:oracle:goldengate_veridata:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_stream_analytics
oracle
|
cpe:2.3:a:oracle:goldengate_stream_analytics:*:*:*:*:*:*:*:*
|
— | |
|
autonomous_health_framework
oracle
|
cpe:2.3:a:oracle:autonomous_health_framework:*:*:*:*:*:*:*:*
|
— | |
|
sqlcl
oracle
|
cpe:2.3:a:oracle:sqlcl:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_studio
oracle
|
cpe:2.3:a:oracle:goldengate_studio:12.2.0.4.0:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:22:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.2:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.10:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph_mapviewer
oracle
|
cpe:2.3:a:oracle:spatial_and_graph_mapviewer:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.4.0.0:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition20.3.13:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition21.3.9:*:*:*:*:*:*:*
|
— | |
|
application_express
oracle
|
cpe:2.3:a:oracle:application_express:23.2:*:*:*:*:*:*:*
|
— | |
|
fleet_patching_and_provisioning
oracle
|
cpe:2.3:a:oracle:fleet_patching_and_provisioning:23.4:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.6:*:*:*:*:*:*:*
|
— | |
|
management_pack_for__goldengate
oracle
|
cpe:2.3:a:oracle:management_pack_for__goldengate:12.2.1.2:*:*:*:*:*:*:*
|
— | |
|
goldengate_big_data_and_application_adapters
oracle
|
cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:*:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.11:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.3:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:22.0.1:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.4:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.5:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:*:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
blockchain_platform
oracle
|
cpe:2.3:a:oracle:blockchain_platform:21.1.2:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
blockchain_platform
oracle
|
cpe:2.3:a:oracle:blockchain_platform:21.1.2:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
blockchain_platform
oracle
|
cpe:2.3:a:oracle:blockchain_platform:21.1.2:*:*:*:*:*:*:*
|
— | |
|
application_express
oracle
|
cpe:2.3:a:oracle:application_express:23.2:*:*:*:*:*:*:*
|
— | |
|
fleet_patching_and_provisioning
oracle
|
cpe:2.3:a:oracle:fleet_patching_and_provisioning:23.4:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.6:*:*:*:*:*:*:*
|
— | |
|
management_pack_for__goldengate
oracle
|
cpe:2.3:a:oracle:management_pack_for__goldengate:12.2.1.2:*:*:*:*:*:*:*
|
— | |
|
goldengate
oracle
|
cpe:2.3:a:oracle:goldengate:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_big_data_and_application_adapters
oracle
|
cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_studio
oracle
|
cpe:2.3:a:oracle:goldengate_studio:12.2.0.4.0:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.11:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.3:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:22.0.1:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.4:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.5:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:*:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
blockchain_platform
oracle
|
cpe:2.3:a:oracle:blockchain_platform:21.1.2:*:*:*:*:*:*:*
|
— | |
|
application_express
oracle
|
cpe:2.3:a:oracle:application_express:23.2:*:*:*:*:*:*:*
|
— | |
|
fleet_patching_and_provisioning
oracle
|
cpe:2.3:a:oracle:fleet_patching_and_provisioning:23.4:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.6:*:*:*:*:*:*:*
|
— | |
|
management_pack_for__goldengate
oracle
|
cpe:2.3:a:oracle:management_pack_for__goldengate:12.2.1.2:*:*:*:*:*:*:*
|
— | |
|
goldengate
oracle
|
cpe:2.3:a:oracle:goldengate:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_big_data_and_application_adapters
oracle
|
cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_studio
oracle
|
cpe:2.3:a:oracle:goldengate_studio:12.2.0.4.0:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.11:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.3:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:22.0.1:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.4:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.5:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:*:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:19.1.0.0.0:*:*:*:*:*:*:*
|
— | |
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:18.1.0.1.0:*:*:*:*:*:*:*
|
— | |
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:18.1.0.2.0:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:19.1.0.0.0:*:*:*:*:*:*:*
|
— | |
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:18.1.0.1.0:*:*:*:*:*:*:*
|
— | |
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:18.1.0.2.0:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:18.1.0.1.0:*:*:*:*:*:*:*
|
— | |
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:18.1.0.2.0:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.6:*:*:*:*:*:*:*
|
— | |
|
application_express
oracle
|
cpe:2.3:a:oracle:application_express:23.2:*:*:*:*:*:*:*
|
— | |
|
fleet_patching_and_provisioning
oracle
|
cpe:2.3:a:oracle:fleet_patching_and_provisioning:23.4:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.6:*:*:*:*:*:*:*
|
— | |
|
management_pack_for__goldengate
oracle
|
cpe:2.3:a:oracle:management_pack_for__goldengate:12.2.1.2:*:*:*:*:*:*:*
|
— | |
|
goldengate
oracle
|
cpe:2.3:a:oracle:goldengate:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_big_data_and_application_adapters
oracle
|
cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_studio
oracle
|
cpe:2.3:a:oracle:goldengate_studio:12.2.0.4.0:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.11:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.3:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:22.0.1:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.4:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.5:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:*:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:19.1.0.0.0:*:*:*:*:*:*:*
|
— | |
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:18.1.0.1.0:*:*:*:*:*:*:*
|
— | |
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:18.1.0.2.0:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:18.1.0.1.0:*:*:*:*:*:*:*
|
— | |
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:18.1.0.2.0:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.6:*:*:*:*:*:*:*
|
— | |
|
application_express
oracle
|
cpe:2.3:a:oracle:application_express:23.2:*:*:*:*:*:*:*
|
— | |
|
fleet_patching_and_provisioning
oracle
|
cpe:2.3:a:oracle:fleet_patching_and_provisioning:23.4:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.6:*:*:*:*:*:*:*
|
— | |
|
management_pack_for__goldengate
oracle
|
cpe:2.3:a:oracle:management_pack_for__goldengate:12.2.1.2:*:*:*:*:*:*:*
|
— | |
|
goldengate
oracle
|
cpe:2.3:a:oracle:goldengate:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_big_data_and_application_adapters
oracle
|
cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_studio
oracle
|
cpe:2.3:a:oracle:goldengate_studio:12.2.0.4.0:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.11:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.3:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:22.0.1:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.4:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.5:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:*:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:18.1.0.1.0:*:*:*:*:*:*:*
|
— | |
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:18.1.0.2.0:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.6:*:*:*:*:*:*:*
|
— | |
|
application_express
oracle
|
cpe:2.3:a:oracle:application_express:23.2:*:*:*:*:*:*:*
|
— | |
|
fleet_patching_and_provisioning
oracle
|
cpe:2.3:a:oracle:fleet_patching_and_provisioning:23.4:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.6:*:*:*:*:*:*:*
|
— | |
|
management_pack_for__goldengate
oracle
|
cpe:2.3:a:oracle:management_pack_for__goldengate:12.2.1.2:*:*:*:*:*:*:*
|
— | |
|
goldengate
oracle
|
cpe:2.3:a:oracle:goldengate:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_big_data_and_application_adapters
oracle
|
cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_studio
oracle
|
cpe:2.3:a:oracle:goldengate_studio:12.2.0.4.0:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.11:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.3:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:22.0.1:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.4:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.5:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:*:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:19.1.0.0.0:*:*:*:*:*:*:*
|
— | |
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:18.1.0.1.0:*:*:*:*:*:*:*
|
— | |
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:18.1.0.2.0:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
database_-_security
oracle
|
cpe:2.3:a:oracle:database_-_security:23.4-23.5:*:*:*:*:*:*:*
|
— | |
|
autonomous_health_framework
oracle
|
cpe:2.3:a:oracle:autonomous_health_framework:prior_to_24.9:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:19.1.0.0.0:*:*:*:*:*:*:*
|
— | |
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:18.1.0.1.0:*:*:*:*:*:*:*
|
— | |
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:18.1.0.2.0:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
database_-_security
oracle
|
cpe:2.3:a:oracle:database_-_security:23.4-23.5:*:*:*:*:*:*:*
|
— | |
|
autonomous_health_framework
oracle
|
cpe:2.3:a:oracle:autonomous_health_framework:prior_to_24.9:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:23.4-23.5:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.6:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:19.3-19.24:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:21.3-21.15:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.11:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:22.0.1:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.3:*:*:*:*:*:*:*
|
— | |
|
application_express
oracle
|
cpe:2.3:a:oracle:application_express:23.2:*:*:*:*:*:*:*
|
— | |
|
fleet_patching_and_provisioning
oracle
|
cpe:2.3:a:oracle:fleet_patching_and_provisioning:23.4:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.6:*:*:*:*:*:*:*
|
— | |
|
management_pack_for__goldengate
oracle
|
cpe:2.3:a:oracle:management_pack_for__goldengate:12.2.1.2:*:*:*:*:*:*:*
|
— | |
|
goldengate
oracle
|
cpe:2.3:a:oracle:goldengate:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_big_data_and_application_adapters
oracle
|
cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_studio
oracle
|
cpe:2.3:a:oracle:goldengate_studio:12.2.0.4.0:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.4:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.5:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:*:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.11:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.3:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:22.0.1:*:*:*:*:*:*:*
|
— | |
|
application_express
oracle
|
cpe:2.3:a:oracle:application_express:23.2:*:*:*:*:*:*:*
|
— | |
|
fleet_patching_and_provisioning
oracle
|
cpe:2.3:a:oracle:fleet_patching_and_provisioning:23.4:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.6:*:*:*:*:*:*:*
|
— | |
|
management_pack_for__goldengate
oracle
|
cpe:2.3:a:oracle:management_pack_for__goldengate:12.2.1.2:*:*:*:*:*:*:*
|
— | |
|
goldengate
oracle
|
cpe:2.3:a:oracle:goldengate:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_big_data_and_application_adapters
oracle
|
cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_studio
oracle
|
cpe:2.3:a:oracle:goldengate_studio:12.2.0.4.0:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.4:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.5:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:*:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.3:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:22.0.1:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.11:*:*:*:*:*:*:*
|
— | |
|
application_express
oracle
|
cpe:2.3:a:oracle:application_express:23.2:*:*:*:*:*:*:*
|
— | |
|
fleet_patching_and_provisioning
oracle
|
cpe:2.3:a:oracle:fleet_patching_and_provisioning:23.4:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.6:*:*:*:*:*:*:*
|
— | |
|
management_pack_for__goldengate
oracle
|
cpe:2.3:a:oracle:management_pack_for__goldengate:12.2.1.2:*:*:*:*:*:*:*
|
— | |
|
goldengate
oracle
|
cpe:2.3:a:oracle:goldengate:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_big_data_and_application_adapters
oracle
|
cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_studio
oracle
|
cpe:2.3:a:oracle:goldengate_studio:12.2.0.4.0:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.4:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.5:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:*:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
application_express
oracle
|
cpe:2.3:a:oracle:application_express:23.2:*:*:*:*:*:*:*
|
— | |
|
fleet_patching_and_provisioning
oracle
|
cpe:2.3:a:oracle:fleet_patching_and_provisioning:23.4:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.6:*:*:*:*:*:*:*
|
— | |
|
management_pack_for__goldengate
oracle
|
cpe:2.3:a:oracle:management_pack_for__goldengate:12.2.1.2:*:*:*:*:*:*:*
|
— | |
|
goldengate
oracle
|
cpe:2.3:a:oracle:goldengate:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_big_data_and_application_adapters
oracle
|
cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_studio
oracle
|
cpe:2.3:a:oracle:goldengate_studio:12.2.0.4.0:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.11:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.3:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:22.0.1:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.4:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.5:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:*:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.11:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:22.0.1:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.3:*:*:*:*:*:*:*
|
— | |
|
application_express
oracle
|
cpe:2.3:a:oracle:application_express:23.2:*:*:*:*:*:*:*
|
— | |
|
fleet_patching_and_provisioning
oracle
|
cpe:2.3:a:oracle:fleet_patching_and_provisioning:23.4:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.6:*:*:*:*:*:*:*
|
— | |
|
management_pack_for__goldengate
oracle
|
cpe:2.3:a:oracle:management_pack_for__goldengate:12.2.1.2:*:*:*:*:*:*:*
|
— | |
|
goldengate
oracle
|
cpe:2.3:a:oracle:goldengate:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_big_data_and_application_adapters
oracle
|
cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_studio
oracle
|
cpe:2.3:a:oracle:goldengate_studio:12.2.0.4.0:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.4:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.5:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:*:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:22.0.1:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.3:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.11:*:*:*:*:*:*:*
|
— | |
|
application_express
oracle
|
cpe:2.3:a:oracle:application_express:23.2:*:*:*:*:*:*:*
|
— | |
|
fleet_patching_and_provisioning
oracle
|
cpe:2.3:a:oracle:fleet_patching_and_provisioning:23.4:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.6:*:*:*:*:*:*:*
|
— | |
|
management_pack_for__goldengate
oracle
|
cpe:2.3:a:oracle:management_pack_for__goldengate:12.2.1.2:*:*:*:*:*:*:*
|
— | |
|
goldengate
oracle
|
cpe:2.3:a:oracle:goldengate:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_big_data_and_application_adapters
oracle
|
cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_studio
oracle
|
cpe:2.3:a:oracle:goldengate_studio:12.2.0.4.0:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.4:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.5:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:*:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
database_-_core
oracle
|
cpe:2.3:a:oracle:database_-_core:21.3-21.15:*:*:*:*:*:*:*
|
— | |
|
database_-_core
oracle
|
cpe:2.3:a:oracle:database_-_core:23.4-23.5:*:*:*:*:*:*:*
|
— | |
|
database_-_core
oracle
|
cpe:2.3:a:oracle:database_-_core:19.3-19.24:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
database_-_xml_database
oracle
|
cpe:2.3:a:oracle:database_-_xml_database:21.3-21.15:*:*:*:*:*:*:*
|
— | |
|
database_-_xml_database
oracle
|
cpe:2.3:a:oracle:database_-_xml_database:23.4-23.5:*:*:*:*:*:*:*
|
— | |
|
database_-_xml_database
oracle
|
cpe:2.3:a:oracle:database_-_xml_database:19.3-19.24:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
database_-_java_vm
oracle
|
cpe:2.3:a:oracle:database_-_java_vm:21.3-21.15:*:*:*:*:*:*:*
|
— | |
|
database_-_java_vm
oracle
|
cpe:2.3:a:oracle:database_-_java_vm:19.3-19.24:*:*:*:*:*:*:*
|
— | |
|
database_-_java_vm
oracle
|
cpe:2.3:a:oracle:database_-_java_vm:23.4-23.5:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
oracle_application_express
oracle_corporation
|
cpe:2.3:a:oracle_corporation:oracle_application_express:24.1:*:*:*:*:*:*:*
|
— | |
|
application_express
oracle
|
cpe:2.3:a:oracle:application_express:23.2:*:*:*:*:*:*:*
|
— | |
|
application_express
oracle
|
cpe:2.3:a:oracle:application_express:24.1:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
blockchain_platform
oracle
|
cpe:2.3:a:oracle:blockchain_platform:21.1.2:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
blockchain_platform
oracle
|
cpe:2.3:a:oracle:blockchain_platform:21.1.2:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
goldengate_stream_analytics
oracle
|
cpe:2.3:a:oracle:goldengate_stream_analytics:19.1.0.0.0-19.1.0.0.9:*:*:*:*:*:*:*
|
— | |
|
goldengate
oracle
|
cpe:2.3:a:oracle:goldengate:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_veridata
oracle
|
cpe:2.3:a:oracle:goldengate_veridata:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_stream_analytics
oracle
|
cpe:2.3:a:oracle:goldengate_stream_analytics:*:*:*:*:*:*:*:*
|
— | |
|
autonomous_health_framework
oracle
|
cpe:2.3:a:oracle:autonomous_health_framework:*:*:*:*:*:*:*:*
|
— | |
|
sqlcl
oracle
|
cpe:2.3:a:oracle:sqlcl:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_studio
oracle
|
cpe:2.3:a:oracle:goldengate_studio:12.2.0.4.0:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:22:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.2:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.10:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph_mapviewer
oracle
|
cpe:2.3:a:oracle:spatial_and_graph_mapviewer:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.4.0.0:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition20.3.13:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition21.3.9:*:*:*:*:*:*:*
|
— | |
|
application_express
oracle
|
cpe:2.3:a:oracle:application_express:23.2:*:*:*:*:*:*:*
|
— | |
|
fleet_patching_and_provisioning
oracle
|
cpe:2.3:a:oracle:fleet_patching_and_provisioning:23.4:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.6:*:*:*:*:*:*:*
|
— | |
|
management_pack_for__goldengate
oracle
|
cpe:2.3:a:oracle:management_pack_for__goldengate:12.2.1.2:*:*:*:*:*:*:*
|
— | |
|
goldengate_big_data_and_application_adapters
oracle
|
cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:*:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.11:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.3:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:22.0.1:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.4:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.5:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:*:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
goldengate_big_data_and_application_adapters
oracle
|
cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:21.3-21.14.0.0.0:*:*:*:*:*:*:*
|
— | |
|
goldengate_big_data_and_application_adapters
oracle
|
cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:19.1.0.0.0-19.1.0.0.18:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.6:*:*:*:*:*:*:*
|
— | |
|
application_express
oracle
|
cpe:2.3:a:oracle:application_express:23.2:*:*:*:*:*:*:*
|
— | |
|
fleet_patching_and_provisioning
oracle
|
cpe:2.3:a:oracle:fleet_patching_and_provisioning:23.4:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.6:*:*:*:*:*:*:*
|
— | |
|
management_pack_for__goldengate
oracle
|
cpe:2.3:a:oracle:management_pack_for__goldengate:12.2.1.2:*:*:*:*:*:*:*
|
— | |
|
goldengate
oracle
|
cpe:2.3:a:oracle:goldengate:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_big_data_and_application_adapters
oracle
|
cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_studio
oracle
|
cpe:2.3:a:oracle:goldengate_studio:12.2.0.4.0:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.11:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.3:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:22.0.1:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.4:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.5:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:*:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
goldengate_stream_analytics
oracle
|
cpe:2.3:a:oracle:goldengate_stream_analytics:19.1.0.0.0-19.1.0.0.9:*:*:*:*:*:*:*
|
— | |
|
application_express
oracle
|
cpe:2.3:a:oracle:application_express:23.2:*:*:*:*:*:*:*
|
— | |
|
fleet_patching_and_provisioning
oracle
|
cpe:2.3:a:oracle:fleet_patching_and_provisioning:23.4:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.6:*:*:*:*:*:*:*
|
— | |
|
management_pack_for__goldengate
oracle
|
cpe:2.3:a:oracle:management_pack_for__goldengate:12.2.1.2:*:*:*:*:*:*:*
|
— | |
|
goldengate
oracle
|
cpe:2.3:a:oracle:goldengate:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_big_data_and_application_adapters
oracle
|
cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_studio
oracle
|
cpe:2.3:a:oracle:goldengate_studio:12.2.0.4.0:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.11:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.3:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:22.0.1:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.4:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.5:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:*:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
blockchain_platform
oracle
|
cpe:2.3:a:oracle:blockchain_platform:21.1.2:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
blockchain_platform
oracle
|
cpe:2.3:a:oracle:blockchain_platform:21.1.2:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
blockchain_platform
oracle
|
cpe:2.3:a:oracle:blockchain_platform:21.1.2:*:*:*:*:*:*:*
|
— | |
|
goldengate_stream_analytics
oracle
|
cpe:2.3:a:oracle:goldengate_stream_analytics:19.1.0.0.0-19.1.0.0.9:*:*:*:*:*:*:*
|
— | |
|
sql_developer
oracle
|
cpe:2.3:a:oracle:sql_developer:23.1.0:*:*:*:*:*:*:*
|
— | |
|
autonomous_health_framework
oracle
|
cpe:2.3:a:oracle:autonomous_health_framework:*:*:*:*:*:*:*:*
|
— | |
|
sqlcl
oracle
|
cpe:2.3:a:oracle:sqlcl:*:*:*:*:*:*:*:*
|
— | |
|
goldengate
oracle
|
cpe:2.3:a:oracle:goldengate:*:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph_mapviewer
oracle
|
cpe:2.3:a:oracle:spatial_and_graph_mapviewer:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.4.0.0:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition20.3.13:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition21.3.9:*:*:*:*:*:*:*
|
— | |
|
goldengate_veridata
oracle
|
cpe:2.3:a:oracle:goldengate_veridata:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_stream_analytics
oracle
|
cpe:2.3:a:oracle:goldengate_stream_analytics:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_studio
oracle
|
cpe:2.3:a:oracle:goldengate_studio:12.2.0.4.0:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:22:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.2:*:*:*:*:*:*:*
|
— | |
|
application_express
oracle
|
cpe:2.3:a:oracle:application_express:23.2:*:*:*:*:*:*:*
|
— | |
|
fleet_patching_and_provisioning
oracle
|
cpe:2.3:a:oracle:fleet_patching_and_provisioning:23.4:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.6:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.10:*:*:*:*:*:*:*
|
— | |
|
management_pack_for__goldengate
oracle
|
cpe:2.3:a:oracle:management_pack_for__goldengate:12.2.1.2:*:*:*:*:*:*:*
|
— | |
|
goldengate_big_data_and_application_adapters
oracle
|
cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:*:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.11:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.3:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:22.0.1:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.4:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.5:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:*:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
blockchain_platform
oracle
|
cpe:2.3:a:oracle:blockchain_platform:21.1.2:*:*:*:*:*:*:*
|
— | |
|
goldengate
oracle
|
cpe:2.3:a:oracle:goldengate:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_veridata
oracle
|
cpe:2.3:a:oracle:goldengate_veridata:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_stream_analytics
oracle
|
cpe:2.3:a:oracle:goldengate_stream_analytics:*:*:*:*:*:*:*:*
|
— | |
|
autonomous_health_framework
oracle
|
cpe:2.3:a:oracle:autonomous_health_framework:*:*:*:*:*:*:*:*
|
— | |
|
sqlcl
oracle
|
cpe:2.3:a:oracle:sqlcl:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_studio
oracle
|
cpe:2.3:a:oracle:goldengate_studio:12.2.0.4.0:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:22:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.2:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.10:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph_mapviewer
oracle
|
cpe:2.3:a:oracle:spatial_and_graph_mapviewer:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.4.0.0:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition20.3.13:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition21.3.9:*:*:*:*:*:*:*
|
— | |
|
application_express
oracle
|
cpe:2.3:a:oracle:application_express:23.2:*:*:*:*:*:*:*
|
— | |
|
fleet_patching_and_provisioning
oracle
|
cpe:2.3:a:oracle:fleet_patching_and_provisioning:23.4:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.6:*:*:*:*:*:*:*
|
— | |
|
management_pack_for__goldengate
oracle
|
cpe:2.3:a:oracle:management_pack_for__goldengate:12.2.1.2:*:*:*:*:*:*:*
|
— | |
|
goldengate_big_data_and_application_adapters
oracle
|
cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:*:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.11:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.3:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:22.0.1:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.4:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.5:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:*:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
blockchain_platform
oracle
|
cpe:2.3:a:oracle:blockchain_platform:21.1.2:*:*:*:*:*:*:*
|
— | |
|
goldengate_stream_analytics
oracle
|
cpe:2.3:a:oracle:goldengate_stream_analytics:19.1.0.0.0-19.1.0.0.9:*:*:*:*:*:*:*
|
— | |
|
sql_developer
oracle
|
cpe:2.3:a:oracle:sql_developer:23.1.0:*:*:*:*:*:*:*
|
— | |
|
autonomous_health_framework
oracle
|
cpe:2.3:a:oracle:autonomous_health_framework:*:*:*:*:*:*:*:*
|
— | |
|
goldengate
oracle
|
cpe:2.3:a:oracle:goldengate:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_veridata
oracle
|
cpe:2.3:a:oracle:goldengate_veridata:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_stream_analytics
oracle
|
cpe:2.3:a:oracle:goldengate_stream_analytics:*:*:*:*:*:*:*:*
|
— | |
|
sqlcl
oracle
|
cpe:2.3:a:oracle:sqlcl:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_studio
oracle
|
cpe:2.3:a:oracle:goldengate_studio:12.2.0.4.0:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:22:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.2:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.10:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph_mapviewer
oracle
|
cpe:2.3:a:oracle:spatial_and_graph_mapviewer:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.4.0.0:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition20.3.13:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition21.3.9:*:*:*:*:*:*:*
|
— | |
|
application_express
oracle
|
cpe:2.3:a:oracle:application_express:23.2:*:*:*:*:*:*:*
|
— | |
|
fleet_patching_and_provisioning
oracle
|
cpe:2.3:a:oracle:fleet_patching_and_provisioning:23.4:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.6:*:*:*:*:*:*:*
|
— | |
|
management_pack_for__goldengate
oracle
|
cpe:2.3:a:oracle:management_pack_for__goldengate:12.2.1.2:*:*:*:*:*:*:*
|
— | |
|
goldengate_big_data_and_application_adapters
oracle
|
cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:*:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.11:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.3:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:22.0.1:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.4:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.5:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:*:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
application_express
oracle
|
cpe:2.3:a:oracle:application_express:23.2:*:*:*:*:*:*:*
|
— | |
|
fleet_patching_and_provisioning
oracle
|
cpe:2.3:a:oracle:fleet_patching_and_provisioning:23.4:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.6:*:*:*:*:*:*:*
|
— | |
|
management_pack_for__goldengate
oracle
|
cpe:2.3:a:oracle:management_pack_for__goldengate:12.2.1.2:*:*:*:*:*:*:*
|
— | |
|
goldengate
oracle
|
cpe:2.3:a:oracle:goldengate:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_big_data_and_application_adapters
oracle
|
cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_studio
oracle
|
cpe:2.3:a:oracle:goldengate_studio:12.2.0.4.0:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.11:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.3:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:22.0.1:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.4:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.5:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:*:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
database_-_core
oracle
|
cpe:2.3:a:oracle:database_-_core:23.4-23.5:*:*:*:*:*:*:*
|
— | |
|
application_express
oracle
|
cpe:2.3:a:oracle:application_express:23.2:*:*:*:*:*:*:*
|
— | |
|
fleet_patching_and_provisioning
oracle
|
cpe:2.3:a:oracle:fleet_patching_and_provisioning:23.4:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.6:*:*:*:*:*:*:*
|
— | |
|
management_pack_for__goldengate
oracle
|
cpe:2.3:a:oracle:management_pack_for__goldengate:12.2.1.2:*:*:*:*:*:*:*
|
— | |
|
goldengate
oracle
|
cpe:2.3:a:oracle:goldengate:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_big_data_and_application_adapters
oracle
|
cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_studio
oracle
|
cpe:2.3:a:oracle:goldengate_studio:12.2.0.4.0:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.11:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.3:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:22.0.1:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.4:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.5:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:*:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
blockchain_platform
oracle
|
cpe:2.3:a:oracle:blockchain_platform:21.1.2:*:*:*:*:*:*:*
|
— | |
|
application_express
oracle
|
cpe:2.3:a:oracle:application_express:23.2:*:*:*:*:*:*:*
|
— | |
|
fleet_patching_and_provisioning
oracle
|
cpe:2.3:a:oracle:fleet_patching_and_provisioning:23.4:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.6:*:*:*:*:*:*:*
|
— | |
|
management_pack_for__goldengate
oracle
|
cpe:2.3:a:oracle:management_pack_for__goldengate:12.2.1.2:*:*:*:*:*:*:*
|
— | |
|
goldengate
oracle
|
cpe:2.3:a:oracle:goldengate:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_big_data_and_application_adapters
oracle
|
cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_studio
oracle
|
cpe:2.3:a:oracle:goldengate_studio:12.2.0.4.0:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.11:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.3:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:22.0.1:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.4:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.5:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:*:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
database_-_core
oracle
|
cpe:2.3:a:oracle:database_-_core:21.3-21.15:*:*:*:*:*:*:*
|
— | |
|
database_-_core
oracle
|
cpe:2.3:a:oracle:database_-_core:23.4-23.5:*:*:*:*:*:*:*
|
— | |
|
database_-_core
oracle
|
cpe:2.3:a:oracle:database_-_core:19.3-19.24:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:24.1.17:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:23.3.33:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:20.3.40:*:*:*:*:*:*:*
|
— | |
|
fleet_patching_and_provisioning_-_micronaut
oracle
|
cpe:2.3:a:oracle:fleet_patching_and_provisioning_-_micronaut:23.4-23.5:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:22.3.45:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:21.2.71:*:*:*:*:*:*:*
|
— | |
|
application_express
oracle
|
cpe:2.3:a:oracle:application_express:23.2:*:*:*:*:*:*:*
|
— | |
|
fleet_patching_and_provisioning
oracle
|
cpe:2.3:a:oracle:fleet_patching_and_provisioning:23.4:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.6:*:*:*:*:*:*:*
|
— | |
|
management_pack_for__goldengate
oracle
|
cpe:2.3:a:oracle:management_pack_for__goldengate:12.2.1.2:*:*:*:*:*:*:*
|
— | |
|
goldengate
oracle
|
cpe:2.3:a:oracle:goldengate:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_big_data_and_application_adapters
oracle
|
cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_studio
oracle
|
cpe:2.3:a:oracle:goldengate_studio:12.2.0.4.0:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.11:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.3:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:22.0.1:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.4:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.5:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:*:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.5.0:*:*:*:*:*:*:*
|
— | |
|
sql_developer
oracle
|
cpe:2.3:a:oracle:sql_developer:24.3.0:*:*:*:*:*:*:*
|
— | |
|
goldengate_stream_analytics
oracle
|
cpe:2.3:a:oracle:goldengate_stream_analytics:19.1.0.0.0-19.1.0.0.9:*:*:*:*:*:*:*
|
— | |
|
application_express
oracle
|
cpe:2.3:a:oracle:application_express:23.2:*:*:*:*:*:*:*
|
— | |
|
fleet_patching_and_provisioning
oracle
|
cpe:2.3:a:oracle:fleet_patching_and_provisioning:23.4:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.6:*:*:*:*:*:*:*
|
— | |
|
management_pack_for__goldengate
oracle
|
cpe:2.3:a:oracle:management_pack_for__goldengate:12.2.1.2:*:*:*:*:*:*:*
|
— | |
|
goldengate
oracle
|
cpe:2.3:a:oracle:goldengate:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_big_data_and_application_adapters
oracle
|
cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_studio
oracle
|
cpe:2.3:a:oracle:goldengate_studio:12.2.0.4.0:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.11:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.3:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:22.0.1:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.4:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.5:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:*:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.5.0:*:*:*:*:*:*:*
|
— | |
|
sql_developer
oracle
|
cpe:2.3:a:oracle:sql_developer:24.3.0:*:*:*:*:*:*:*
|
— | |
|
goldengate_stream_analytics
oracle
|
cpe:2.3:a:oracle:goldengate_stream_analytics:19.1.0.0.0-19.1.0.0.9:*:*:*:*:*:*:*
|
— | |
|
application_express
oracle
|
cpe:2.3:a:oracle:application_express:23.2:*:*:*:*:*:*:*
|
— | |
|
fleet_patching_and_provisioning
oracle
|
cpe:2.3:a:oracle:fleet_patching_and_provisioning:23.4:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:*:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.5.6:*:*:*:*:*:*:*
|
— | |
|
management_pack_for__goldengate
oracle
|
cpe:2.3:a:oracle:management_pack_for__goldengate:12.2.1.2:*:*:*:*:*:*:*
|
— | |
|
goldengate
oracle
|
cpe:2.3:a:oracle:goldengate:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_big_data_and_application_adapters
oracle
|
cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:*:*:*:*:*:*:*:*
|
— | |
|
goldengate_studio
oracle
|
cpe:2.3:a:oracle:goldengate_studio:12.2.0.4.0:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:17.0.11:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:21.0.3:*:*:*:*:*:*:*
|
— | |
|
graalvm_for_jdk
oracle
|
cpe:2.3:a:oracle:graalvm_for_jdk:22.0.1:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.4:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:1.5:*:*:*:*:*:*:*
|
— | |
|
nosql_database
oracle
|
cpe:2.3:a:oracle:nosql_database:*:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
blockchain_platform
oracle
|
cpe:2.3:a:oracle:blockchain_platform:21.1.2:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
blockchain_platform
oracle
|
cpe:2.3:a:oracle:blockchain_platform:21.1.2:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
blockchain_platform
oracle
|
cpe:2.3:a:oracle:blockchain_platform:21.1.2:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
database_-_grid
oracle
|
cpe:2.3:a:oracle:database_-_grid:19.3-19.24:*:*:*:*:*:*:*
|
— | |
|
database_-_grid
oracle
|
cpe:2.3:a:oracle:database_-_grid:21.3-21.15:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
blockchain_platform
oracle
|
cpe:2.3:a:oracle:blockchain_platform:21.1.2:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
blockchain_platform
oracle
|
cpe:2.3:a:oracle:blockchain_platform:21.1.2:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
blockchain_platform
oracle
|
cpe:2.3:a:oracle:blockchain_platform:21.1.2:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:18.1.0.1.0:*:*:*:*:*:*:*
|
— | |
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:18.1.0.2.0:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
database_-_security
oracle
|
cpe:2.3:a:oracle:database_-_security:19.3-19.24:*:*:*:*:*:*:*
|
— | |
|
database_-_security
oracle
|
cpe:2.3:a:oracle:database_-_security:23.4-23.5:*:*:*:*:*:*:*
|
— | |
|
database_-_security
oracle
|
cpe:2.3:a:oracle:database_-_security:21.3-21.15:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
database_-_security
oracle
|
cpe:2.3:a:oracle:database_-_security:19.3-19.24:*:*:*:*:*:*:*
|
— | |
|
database_-_security
oracle
|
cpe:2.3:a:oracle:database_-_security:23.4-23.5:*:*:*:*:*:*:*
|
— | |
|
database_-_security
oracle
|
cpe:2.3:a:oracle:database_-_security:21.3-21.15:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
blockchain_platform
oracle
|
cpe:2.3:a:oracle:blockchain_platform:21.1.2:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
application_express
oracle
|
cpe:2.3:a:oracle:application_express:23.1:*:*:*:*:*:*:*
|
— | |
|
application_express
oracle
|
cpe:2.3:a:oracle:application_express:23.2:*:*:*:*:*:*:*
|
— | |
|
application_express
oracle
|
cpe:2.3:a:oracle:application_express:24.1:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
application_express
oracle
|
cpe:2.3:a:oracle:application_express:23.1:*:*:*:*:*:*:*
|
— | |
|
application_express
oracle
|
cpe:2.3:a:oracle:application_express:23.2:*:*:*:*:*:*:*
|
— | |
|
application_express
oracle
|
cpe:2.3:a:oracle:application_express:24.1:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:18.1.0.1.0:*:*:*:*:*:*:*
|
— | |
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:18.1.0.2.0:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:18.1.0.1.0:*:*:*:*:*:*:*
|
— | |
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:18.1.0.2.0:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:18.1.0.1.0:*:*:*:*:*:*:*
|
— | |
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:18.1.0.2.0:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:18.1.0.1.0:*:*:*:*:*:*:*
|
— | |
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:18.1.0.2.0:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:18.1.0.1.0:*:*:*:*:*:*:*
|
— | |
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:18.1.0.2.0:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:18.1.0.1.0:*:*:*:*:*:*:*
|
— | |
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:18.1.0.2.0:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:19.3-19.24:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:21.3-21.15:*:*:*:*:*:*:*
|
— | |
|
application_express
oracle
|
cpe:2.3:a:oracle:application_express:23.2:*:*:*:*:*:*:*
|
— | |
|
application_express
oracle
|
cpe:2.3:a:oracle:application_express:24.1:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:19.3-19.24:*:*:*:*:*:*:*
|
— | |
|
spatial_and_graph
oracle
|
cpe:2.3:a:oracle:spatial_and_graph:21.3-21.15:*:*:*:*:*:*:*
|
— | |
|
application_express
oracle
|
cpe:2.3:a:oracle:application_express:23.2:*:*:*:*:*:*:*
|
— | |
|
application_express
oracle
|
cpe:2.3:a:oracle:application_express:24.1:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:18.1.0.1.0:*:*:*:*:*:*:*
|
— | |
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:18.1.0.2.0:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:18.1.0.1.0:*:*:*:*:*:*:*
|
— | |
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:18.1.0.2.0:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:18.1.0.1.0:*:*:*:*:*:*:*
|
— | |
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:18.1.0.2.0:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.6:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:18.1.0.1.0:*:*:*:*:*:*:*
|
— | |
|
secure_backup
oracle
|
cpe:2.3:a:oracle:secure_backup:18.1.0.2.0:*:*:*:*:*:*:*
|
— | |
|
essbase
oracle
|
cpe:2.3:a:oracle:essbase:21.6:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
database_-_core
oracle
|
cpe:2.3:a:oracle:database_-_core:21.3-21.15:*:*:*:*:*:*:*
|
— | |
|
database_-_core
oracle
|
cpe:2.3:a:oracle:database_-_core:23.4-23.5:*:*:*:*:*:*:*
|
— | |
|
database_-_core
oracle
|
cpe:2.3:a:oracle:database_-_core:19.3-19.24:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
database_-_core
oracle
|
cpe:2.3:a:oracle:database_-_core:21.3-21.15:*:*:*:*:*:*:*
|
— | |
|
database_-_core
oracle
|
cpe:2.3:a:oracle:database_-_core:23.4-23.5:*:*:*:*:*:*:*
|
— | |
|
database_-_core
oracle
|
cpe:2.3:a:oracle:database_-_core:19.3-19.24:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
database_-_core
oracle
|
cpe:2.3:a:oracle:database_-_core:21.3-21.15:*:*:*:*:*:*:*
|
— | |
|
database_-_core
oracle
|
cpe:2.3:a:oracle:database_-_core:23.4-23.5:*:*:*:*:*:*:*
|
— | |
|
database_-_core
oracle
|
cpe:2.3:a:oracle:database_-_core:19.3-19.24:*:*:*:*:*:*:*
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
application_express
oracle
|
cpe:2.3:a:oracle:application_express:23.2:*:*:*:*:*:*:*
|
— | |
|
application_express
oracle
|
cpe:2.3:a:oracle:application_express:24.1:*:*:*:*:*:*:*
|
— |
{
"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"
}
]
}
OPENSUSE-SU-2024:14033-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:php8-8.3.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-8.3.8-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-8.3.8-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-8.3.8-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-bcmath-8.3.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-bcmath-8.3.8-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-bcmath-8.3.8-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-bcmath-8.3.8-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-bz2-8.3.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-bz2-8.3.8-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-bz2-8.3.8-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-bz2-8.3.8-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-calendar-8.3.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-calendar-8.3.8-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-calendar-8.3.8-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-calendar-8.3.8-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-cli-8.3.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-cli-8.3.8-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-cli-8.3.8-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-cli-8.3.8-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-ctype-8.3.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-ctype-8.3.8-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-ctype-8.3.8-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-ctype-8.3.8-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-curl-8.3.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-curl-8.3.8-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-curl-8.3.8-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-curl-8.3.8-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-dba-8.3.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-dba-8.3.8-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-dba-8.3.8-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-dba-8.3.8-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-devel-8.3.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-devel-8.3.8-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-devel-8.3.8-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-devel-8.3.8-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-dom-8.3.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-dom-8.3.8-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-dom-8.3.8-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-dom-8.3.8-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-enchant-8.3.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-enchant-8.3.8-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-enchant-8.3.8-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-enchant-8.3.8-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-exif-8.3.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-exif-8.3.8-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-exif-8.3.8-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-exif-8.3.8-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-ffi-8.3.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-ffi-8.3.8-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-ffi-8.3.8-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-ffi-8.3.8-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-fileinfo-8.3.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-fileinfo-8.3.8-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-fileinfo-8.3.8-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-fileinfo-8.3.8-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-ftp-8.3.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-ftp-8.3.8-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-ftp-8.3.8-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-ftp-8.3.8-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-gd-8.3.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-gd-8.3.8-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-gd-8.3.8-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-gd-8.3.8-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-gettext-8.3.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-gettext-8.3.8-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-gettext-8.3.8-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-gettext-8.3.8-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-gmp-8.3.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-gmp-8.3.8-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-gmp-8.3.8-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-gmp-8.3.8-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-iconv-8.3.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-iconv-8.3.8-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-iconv-8.3.8-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-iconv-8.3.8-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-intl-8.3.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-intl-8.3.8-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-intl-8.3.8-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-intl-8.3.8-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-ldap-8.3.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-ldap-8.3.8-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-ldap-8.3.8-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-ldap-8.3.8-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-mbstring-8.3.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-mbstring-8.3.8-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-mbstring-8.3.8-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-mbstring-8.3.8-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-mysql-8.3.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-mysql-8.3.8-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-mysql-8.3.8-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-mysql-8.3.8-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-odbc-8.3.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-odbc-8.3.8-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-odbc-8.3.8-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-odbc-8.3.8-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-opcache-8.3.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-opcache-8.3.8-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-opcache-8.3.8-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-opcache-8.3.8-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-openssl-8.3.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-openssl-8.3.8-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-openssl-8.3.8-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-openssl-8.3.8-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-pcntl-8.3.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-pcntl-8.3.8-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-pcntl-8.3.8-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-pcntl-8.3.8-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-pdo-8.3.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-pdo-8.3.8-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-pdo-8.3.8-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-pdo-8.3.8-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-pgsql-8.3.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-pgsql-8.3.8-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-pgsql-8.3.8-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-pgsql-8.3.8-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-phar-8.3.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-phar-8.3.8-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-phar-8.3.8-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-phar-8.3.8-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-posix-8.3.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-posix-8.3.8-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-posix-8.3.8-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-posix-8.3.8-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-readline-8.3.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-readline-8.3.8-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-readline-8.3.8-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-readline-8.3.8-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-shmop-8.3.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-shmop-8.3.8-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-shmop-8.3.8-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-shmop-8.3.8-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-snmp-8.3.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-snmp-8.3.8-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-snmp-8.3.8-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-snmp-8.3.8-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-soap-8.3.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-soap-8.3.8-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-soap-8.3.8-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-soap-8.3.8-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-sockets-8.3.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-sockets-8.3.8-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-sockets-8.3.8-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-sockets-8.3.8-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-sodium-8.3.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-sodium-8.3.8-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-sodium-8.3.8-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-sodium-8.3.8-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-sqlite-8.3.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-sqlite-8.3.8-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-sqlite-8.3.8-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-sqlite-8.3.8-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-sysvmsg-8.3.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-sysvmsg-8.3.8-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-sysvmsg-8.3.8-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-sysvmsg-8.3.8-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-sysvsem-8.3.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-sysvsem-8.3.8-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-sysvsem-8.3.8-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-sysvsem-8.3.8-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-sysvshm-8.3.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-sysvshm-8.3.8-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-sysvshm-8.3.8-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-sysvshm-8.3.8-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-tidy-8.3.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-tidy-8.3.8-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-tidy-8.3.8-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-tidy-8.3.8-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-tokenizer-8.3.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-tokenizer-8.3.8-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-tokenizer-8.3.8-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-tokenizer-8.3.8-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-xmlreader-8.3.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-xmlreader-8.3.8-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-xmlreader-8.3.8-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-xmlreader-8.3.8-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-xmlwriter-8.3.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-xmlwriter-8.3.8-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-xmlwriter-8.3.8-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-xmlwriter-8.3.8-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-xsl-8.3.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-xsl-8.3.8-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-xsl-8.3.8-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-xsl-8.3.8-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-zip-8.3.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-zip-8.3.8-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-zip-8.3.8-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-zip-8.3.8-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-zlib-8.3.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-zlib-8.3.8-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-zlib-8.3.8-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:php8-zlib-8.3.8-1.1.x86_64 | — |
Vendor Fix
|
| URL | Category |
|---|---|
| https://www.suse.com/support/security/rating/ | external |
| https://ftp.suse.com/pub/projects/security/csaf/o… | self |
| https://www.suse.com/security/cve/CVE-2024-5458/ | self |
| https://www.suse.com/security/cve/CVE-2024-5458 | external |
| https://bugzilla.suse.com/1226072 | external |
| https://bugzilla.suse.com/1226073 | external |
| https://bugzilla.suse.com/1226074 | external |
{
"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:10949
Vulnerability from csaf_redhat - Published: 2024-12-11 16:16 - Updated: 2026-03-18 02:48An 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's browser.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
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's account by attempting to sign in with a blank string.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in PHP. An early return in the filter_var (FILTER_VALIDATE_URL) function results in invalid user information (username + password part of URLs) being treated as valid user information. This issue impacts users who expect only completely valid URLs to be returned by filter_var (FILTER_VALIDATE_URL). As this function is used to validate user-supplied strings, this issue exposes raw user input often.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in PHP's 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 'X' of the defined boundary B such that 5Kib < |X| < |B| < 8Kib, the logic responsible for parsing and storing the multipart payload fails to correctly extract the contents between two boundaries.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
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.
CWE-158 - Improper Neutralization of Null Byte or NUL Character| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
{
"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": "2026-03-18T02:48:32+00:00",
"generator": {
"date": "2026-03-18T02:48:32+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.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": "2026-03-18T02:48:32+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.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"
},
{
"branches": [
{
"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": "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": "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"
}
],
"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": "A flaw was found in PHP. An early return in the filter_var (FILTER_VALIDATE_URL) function results in invalid user information (username + password part of URLs) being treated as valid user information. This issue impacts users who expect only completely valid URLs to be returned by filter_var (FILTER_VALIDATE_URL). As this function is used to validate user-supplied strings, this issue exposes raw user input often.",
"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 - Published: 2024-12-11 16:20 - Updated: 2026-03-18 02:48An 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's browser.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
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's account by attempting to sign in with a blank string.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in PHP. An early return in the filter_var (FILTER_VALIDATE_URL) function results in invalid user information (username + password part of URLs) being treated as valid user information. This issue impacts users who expect only completely valid URLs to be returned by filter_var (FILTER_VALIDATE_URL). As this function is used to validate user-supplied strings, this issue exposes raw user input often.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in PHP's 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 'X' of the defined boundary B such that 5Kib < |X| < |B| < 8Kib, the logic responsible for parsing and storing the multipart payload fails to correctly extract the contents between two boundaries.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
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.
CWE-158 - Improper Neutralization of Null Byte or NUL Character| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
{
"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": "2026-03-18T02:48:32+00:00",
"generator": {
"date": "2026-03-18T02:48:32+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.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": "2026-03-18T02:48:32+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": "A flaw was found in PHP. An early return in the filter_var (FILTER_VALIDATE_URL) function results in invalid user information (username + password part of URLs) being treated as valid user information. This issue impacts users who expect only completely valid URLs to be returned by filter_var (FILTER_VALIDATE_URL). As this function is used to validate user-supplied strings, this issue exposes raw user input often.",
"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:10951
Vulnerability from csaf_redhat - Published: 2024-12-11 16:19 - Updated: 2026-03-18 02:48An 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's browser.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
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's account by attempting to sign in with a blank string.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in PHP. An early return in the filter_var (FILTER_VALIDATE_URL) function results in invalid user information (username + password part of URLs) being treated as valid user information. This issue impacts users who expect only completely valid URLs to be returned by filter_var (FILTER_VALIDATE_URL). As this function is used to validate user-supplied strings, this issue exposes raw user input often.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in PHP's 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 'X' of the defined boundary B such that 5Kib < |X| < |B| < 8Kib, the logic responsible for parsing and storing the multipart payload fails to correctly extract the contents between two boundaries.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
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.
CWE-158 - Improper Neutralization of Null Byte or NUL Character| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
|
| Unresolved 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 | — |
Vendor Fix
fix
|
{
"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": "2026-03-18T02:48:32+00:00",
"generator": {
"date": "2026-03-18T02:48:32+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.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": "2026-03-18T02:48:32+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": "A flaw was found in PHP. An early return in the filter_var (FILTER_VALIDATE_URL) function results in invalid user information (username + password part of URLs) being treated as valid user information. This issue impacts users who expect only completely valid URLs to be returned by filter_var (FILTER_VALIDATE_URL). As this function is used to validate user-supplied strings, this issue exposes raw user input often.",
"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"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.