Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-14180 (GCVE-0-2025-14180)
Vulnerability from cvelistv5 – Published: 2025-12-27 19:21 – Updated: 2025-12-29 16:00- CWE-476 - NULL Pointer Dereference
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2025-14180",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-12-29T15:59:59.281968Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-12-29T16:00:11.239Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "affected",
"packageName": "pdo",
"product": "PHP",
"vendor": "PHP Group",
"versions": [
{
"lessThan": "8.1.34",
"status": "affected",
"version": "8.1.*",
"versionType": "semver"
},
{
"lessThan": "8.2.30",
"status": "affected",
"version": "8.2.*",
"versionType": "semver"
},
{
"lessThan": "8.3.29",
"status": "affected",
"version": "8.3.*",
"versionType": "semver"
},
{
"lessThan": "8.4.16",
"status": "affected",
"version": "8.4.*",
"versionType": "semver"
},
{
"lessThan": "8.5.1",
"status": "affected",
"version": "8.5.*",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "reporter",
"value": "Aleksey Solovev (Positive Technologies)"
}
],
"datePublic": "2025-12-18T00:00:00.000Z",
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "In PHP versions 8.1.* before 8.1.34, 8.2.* before 8.2.30, 8.3.* before 8.3.29, 8.4.* before 8.4.16, 8.5.* before 8.5.1 when using the PDO PostgreSQL driver with PDO::ATTR_EMULATE_PREPARES enabled, an invalid character sequence (such as \\x99) in a prepared statement parameter may cause the quoting function PQescapeStringConn to return NULL, leading to a null pointer dereference in pdo_parse_params() function. This may lead to crashes (segmentation fault) and affect the availability of the target server.\u003cbr\u003e"
}
],
"value": "In PHP versions 8.1.* before 8.1.34, 8.2.* before 8.2.30, 8.3.* before 8.3.29, 8.4.* before 8.4.16, 8.5.* before 8.5.1 when using the PDO PostgreSQL driver with PDO::ATTR_EMULATE_PREPARES enabled, an invalid character sequence (such as \\x99) in a prepared statement parameter may cause the quoting function PQescapeStringConn to return NULL, leading to a null pointer dereference in pdo_parse_params() function. This may lead to crashes (segmentation fault) and affect the availability of the target server."
}
],
"metrics": [
{
"cvssV4_0": {
"attackComplexity": "HIGH",
"attackRequirements": "PRESENT",
"attackVector": "NETWORK",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"exploitMaturity": "NOT_DEFINED",
"privilegesRequired": "NONE",
"providerUrgency": "NOT_DEFINED",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"valueDensity": "NOT_DEFINED",
"vectorString": "CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N",
"version": "4.0",
"vulnAvailabilityImpact": "HIGH",
"vulnConfidentialityImpact": "NONE",
"vulnIntegrityImpact": "NONE",
"vulnerabilityResponseEffort": "NOT_DEFINED"
},
"format": "CVSS",
"scenarios": [
{
"lang": "en",
"value": "GENERAL"
}
]
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-476",
"description": "CWE-476 NULL Pointer Dereference",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-12-27T19:21:20.768Z",
"orgId": "dd77f84a-d19a-4638-8c3d-a322d820ed2b",
"shortName": "php"
},
"references": [
{
"url": "https://github.com/php/php-src/security/advisories/GHSA-8xr5-qppj-gvwj"
}
],
"source": {
"advisory": "GHSA-8xr5-qppj-gvwj",
"discovery": "EXTERNAL"
},
"title": "NULL Pointer Dereference in PDO quoting",
"x_generator": {
"engine": "Vulnogram 0.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "dd77f84a-d19a-4638-8c3d-a322d820ed2b",
"assignerShortName": "php",
"cveId": "CVE-2025-14180",
"datePublished": "2025-12-27T19:21:20.768Z",
"dateReserved": "2025-12-06T06:43:11.174Z",
"dateUpdated": "2025-12-29T16:00:11.239Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"nvd": "{\"cve\":{\"id\":\"CVE-2025-14180\",\"sourceIdentifier\":\"security@php.net\",\"published\":\"2025-12-27T20:15:40.717\",\"lastModified\":\"2026-01-09T20:23:40.930\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In PHP versions 8.1.* before 8.1.34, 8.2.* before 8.2.30, 8.3.* before 8.3.29, 8.4.* before 8.4.16, 8.5.* before 8.5.1 when using the PDO PostgreSQL driver with PDO::ATTR_EMULATE_PREPARES enabled, an invalid character sequence (such as \\\\x99) in a prepared statement parameter may cause the quoting function PQescapeStringConn to return NULL, leading to a null pointer dereference in pdo_parse_params() function. This may lead to crashes (segmentation fault) and affect the availability of the target server.\"}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"security@php.net\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\",\"baseScore\":8.2,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"attackRequirements\":\"PRESENT\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"vulnConfidentialityImpact\":\"NONE\",\"vulnIntegrityImpact\":\"NONE\",\"vulnAvailabilityImpact\":\"HIGH\",\"subConfidentialityImpact\":\"NONE\",\"subIntegrityImpact\":\"NONE\",\"subAvailabilityImpact\":\"NONE\",\"exploitMaturity\":\"NOT_DEFINED\",\"confidentialityRequirement\":\"NOT_DEFINED\",\"integrityRequirement\":\"NOT_DEFINED\",\"availabilityRequirement\":\"NOT_DEFINED\",\"modifiedAttackVector\":\"NOT_DEFINED\",\"modifiedAttackComplexity\":\"NOT_DEFINED\",\"modifiedAttackRequirements\":\"NOT_DEFINED\",\"modifiedPrivilegesRequired\":\"NOT_DEFINED\",\"modifiedUserInteraction\":\"NOT_DEFINED\",\"modifiedVulnConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedVulnIntegrityImpact\":\"NOT_DEFINED\",\"modifiedVulnAvailabilityImpact\":\"NOT_DEFINED\",\"modifiedSubConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedSubIntegrityImpact\":\"NOT_DEFINED\",\"modifiedSubAvailabilityImpact\":\"NOT_DEFINED\",\"Safety\":\"NOT_DEFINED\",\"Automatable\":\"NOT_DEFINED\",\"Recovery\":\"NOT_DEFINED\",\"valueDensity\":\"NOT_DEFINED\",\"vulnerabilityResponseEffort\":\"NOT_DEFINED\",\"providerUrgency\":\"NOT_DEFINED\"}}],\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"security@php.net\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-476\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"8.1.0\",\"versionEndExcluding\":\"8.1.34\",\"matchCriteriaId\":\"56FCF002-3946-40DF-A774-75C6DDE6CA26\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"8.2.0\",\"versionEndExcluding\":\"8.2.30\",\"matchCriteriaId\":\"AB314013-4F2F-40F0-968B-35FEC22CC8A4\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"8.3.0\",\"versionEndExcluding\":\"8.3.29\",\"matchCriteriaId\":\"DAD5402D-688D-44AA-B083-5157FDC53D7A\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"8.4.0\",\"versionEndExcluding\":\"8.4.16\",\"matchCriteriaId\":\"8813328B-AC06-4060-916F-CD27144F41E2\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"8.5.0\",\"versionEndExcluding\":\"8.5.1\",\"matchCriteriaId\":\"E56CD990-B79E-4253-B810-13787B23B028\"}]}]}],\"references\":[{\"url\":\"https://github.com/php/php-src/security/advisories/GHSA-8xr5-qppj-gvwj\",\"source\":\"security@php.net\",\"tags\":[\"Exploit\",\"Vendor Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-14180\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-12-29T15:59:59.281968Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-12-29T16:00:06.251Z\"}}], \"cna\": {\"title\": \"NULL Pointer Dereference in PDO quoting\", \"source\": {\"advisory\": \"GHSA-8xr5-qppj-gvwj\", \"discovery\": \"EXTERNAL\"}, \"credits\": [{\"lang\": \"en\", \"type\": \"reporter\", \"value\": \"Aleksey Solovev (Positive Technologies)\"}], \"metrics\": [{\"format\": \"CVSS\", \"cvssV4_0\": {\"version\": \"4.0\", \"baseScore\": 8.2, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"valueDensity\": \"NOT_DEFINED\", \"vectorString\": \"CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N\", \"exploitMaturity\": \"NOT_DEFINED\", \"providerUrgency\": \"NOT_DEFINED\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"HIGH\", \"attackRequirements\": \"PRESENT\", \"privilegesRequired\": \"NONE\", \"subIntegrityImpact\": \"NONE\", \"vulnIntegrityImpact\": \"NONE\", \"subAvailabilityImpact\": \"NONE\", \"vulnAvailabilityImpact\": \"HIGH\", \"subConfidentialityImpact\": \"NONE\", \"vulnConfidentialityImpact\": \"NONE\", \"vulnerabilityResponseEffort\": \"NOT_DEFINED\"}, \"scenarios\": [{\"lang\": \"en\", \"value\": \"GENERAL\"}]}], \"affected\": [{\"vendor\": \"PHP Group\", \"product\": \"PHP\", \"versions\": [{\"status\": \"affected\", \"version\": \"8.1.*\", \"lessThan\": \"8.1.34\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"8.2.*\", \"lessThan\": \"8.2.30\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"8.3.*\", \"lessThan\": \"8.3.29\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"8.4.*\", \"lessThan\": \"8.4.16\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"8.5.*\", \"lessThan\": \"8.5.1\", \"versionType\": \"semver\"}], \"packageName\": \"pdo\", \"defaultStatus\": \"affected\"}], \"datePublic\": \"2025-12-18T00:00:00.000Z\", \"references\": [{\"url\": \"https://github.com/php/php-src/security/advisories/GHSA-8xr5-qppj-gvwj\"}], \"x_generator\": {\"engine\": \"Vulnogram 0.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In PHP versions 8.1.* before 8.1.34, 8.2.* before 8.2.30, 8.3.* before 8.3.29, 8.4.* before 8.4.16, 8.5.* before 8.5.1 when using the PDO PostgreSQL driver with PDO::ATTR_EMULATE_PREPARES enabled, an invalid character sequence (such as \\\\x99) in a prepared statement parameter may cause the quoting function PQescapeStringConn to return NULL, leading to a null pointer dereference in pdo_parse_params() function. This may lead to crashes (segmentation fault) and affect the availability of the target server.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"In PHP versions 8.1.* before 8.1.34, 8.2.* before 8.2.30, 8.3.* before 8.3.29, 8.4.* before 8.4.16, 8.5.* before 8.5.1 when using the PDO PostgreSQL driver with PDO::ATTR_EMULATE_PREPARES enabled, an invalid character sequence (such as \\\\x99) in a prepared statement parameter may cause the quoting function PQescapeStringConn to return NULL, leading to a null pointer dereference in pdo_parse_params() function. This may lead to crashes (segmentation fault) and affect the availability of the target server.\u003cbr\u003e\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-476\", \"description\": \"CWE-476 NULL Pointer Dereference\"}]}], \"providerMetadata\": {\"orgId\": \"dd77f84a-d19a-4638-8c3d-a322d820ed2b\", \"shortName\": \"php\", \"dateUpdated\": \"2025-12-27T19:21:20.768Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-14180\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-12-29T16:00:11.239Z\", \"dateReserved\": \"2025-12-06T06:43:11.174Z\", \"assignerOrgId\": \"dd77f84a-d19a-4638-8c3d-a322d820ed2b\", \"datePublished\": \"2025-12-27T19:21:20.768Z\", \"assignerShortName\": \"php\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
WID-SEC-W-2025-2887
Vulnerability from csaf_certbund - Published: 2025-12-18 23:00 - Updated: 2026-02-04 23:00Notes
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "PHP ist eine Programmiersprache, die zur Implementierung von Web-Applikationen genutzt wird.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter Angreifer kann mehrere Schwachstellen in PHP ausnutzen, um Informationen offenzulegen, einen Denial of Service Zustand herbeizuf\u00fchren, um einen Server-Side Request-Forgery Angriff ausf\u00fchren oder nicht bekannte Auswirkungen erzielen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- MacOS X\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2025-2887 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-2887.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-2887 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-2887"
},
{
"category": "external",
"summary": "PHP 8.2.30 ChangeLog vom 2025-12-18",
"url": "https://php.net/ChangeLog-8.php#8.2.30"
},
{
"category": "external",
"summary": "PHP 8.3.29 ChangeLog vom 2025-12-18",
"url": "https://php.net/ChangeLog-8.php#8.3.29"
},
{
"category": "external",
"summary": "PHP 8.4.16 ChangeLog vom 2025-12-18",
"url": "https://php.net/ChangeLog-8.php#8.4.16"
},
{
"category": "external",
"summary": "PHP 8.5.1 ChangeLog vom 2025-12-18",
"url": "https://php.net/ChangeLog-8.php#8.5.1"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-www2-q4fc-65wf vom 2025-12-18",
"url": "https://github.com/php/php-src/security/advisories/GHSA-www2-q4fc-65wf"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-3237-qqm7-mfv7 vom 2025-12-18",
"url": "https://github.com/php/php-src/security/advisories/GHSA-3237-qqm7-mfv7"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-h96m-rvf9-jgm2 vom 2025-12-18",
"url": "https://github.com/php/php-src/security/advisories/GHSA-h96m-rvf9-jgm2"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-8xr5-qppj-gvwj vom 2025-12-18",
"url": "https://github.com/php/php-src/security/advisories/GHSA-8xr5-qppj-gvwj"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-h2vr-rqqp-xv8m vom 2025-12-18",
"url": "https://github.com/advisories/GHSA-h2vr-rqqp-xv8m"
},
{
"category": "external",
"summary": "GitHub uriparser issue 282",
"url": "https://github.com/uriparser/uriparser/issues/282"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:15837-1 vom 2025-12-21",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/DDSH47GX6NJKQ4QIEKKO6GWB72JZ2GU6/"
},
{
"category": "external",
"summary": "cPanel ChangeLog",
"url": "https://docs.cpanel.net/changelogs/110-change-log/"
},
{
"category": "external",
"summary": "cPanel Change Log vom 2025-12-19",
"url": "https://docs.cpanel.net/changelogs/130-change-log/"
},
{
"category": "external",
"summary": "cPanel Change Log vom 2025-12-19",
"url": "https://docs.cpanel.net/changelogs/132-change-log/"
},
{
"category": "external",
"summary": "cPanel Change Log vom 2025-12-19",
"url": "https://docs.cpanel.net/changelogs/126-change-log/"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-6088 vom 2025-12-21",
"url": "https://lists.debian.org/debian-security-announce/2025/msg00254.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0071-1 vom 2026-01-08",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023706.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0086-1 vom 2026-01-09",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023729.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7953-1 vom 2026-01-12",
"url": "https://ubuntu.com/security/notices/USN-7953-1"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2PHP8.2-2026-009 vom 2026-01-22",
"url": "https://alas.aws.amazon.com/AL2/ALAS2PHP8.2-2026-009.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2PHP8.1-2026-008 vom 2026-01-22",
"url": "https://alas.aws.amazon.com/AL2/ALAS2PHP8.1-2026-008.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0245-1 vom 2026-01-22",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023845.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4447 vom 2026-01-24",
"url": "https://lists.debian.org/debian-lts-announce/2026/01/msg00019.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1187 vom 2026-01-26",
"url": "https://access.redhat.com/errata/RHSA-2026:1187"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1185 vom 2026-01-26",
"url": "https://access.redhat.com/errata/RHSA-2026:1185"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1169 vom 2026-01-26",
"url": "https://access.redhat.com/errata/RHSA-2026:1169"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1190 vom 2026-01-26",
"url": "https://access.redhat.com/errata/RHSA-2026:1190"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2026:20113-1 vom 2026-01-27",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/EOR4UL6PGLIJ6BLQADMUUIYSFYKQ7N7L/"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1412 vom 2026-01-27",
"url": "https://access.redhat.com/errata/RHSA-2026:1412"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1429 vom 2026-01-27",
"url": "https://access.redhat.com/errata/RHSA-2026:1429"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1409 vom 2026-01-27",
"url": "https://access.redhat.com/errata/RHSA-2026:1409"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:1429 vom 2026-01-28",
"url": "https://errata.build.resf.org/RLSA-2026:1429"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:1412 vom 2026-01-28",
"url": "https://errata.build.resf.org/RLSA-2026:1412"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:1409 vom 2026-01-28",
"url": "https://errata.build.resf.org/RLSA-2026:1409"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20146-1 vom 2026-01-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023952.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-1429 vom 2026-01-29",
"url": "https://linux.oracle.com/errata/ELSA-2026-1429.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-1412 vom 2026-01-29",
"url": "http://linux.oracle.com/errata/ELSA-2026-1412.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-1409 vom 2026-01-29",
"url": "https://linux.oracle.com/errata/ELSA-2026-1409.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1628 vom 2026-02-02",
"url": "https://access.redhat.com/errata/RHSA-2026:1628"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-1628 vom 2026-02-02",
"url": "http://linux.oracle.com/errata/ELSA-2026-1628.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0370-1 vom 2026-02-03",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024036.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:1628 vom 2026-02-05",
"url": "https://errata.build.resf.org/RLSA-2026:1628"
}
],
"source_lang": "en-US",
"title": "PHP: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-02-04T23:00:00.000+00:00",
"generator": {
"date": "2026-02-05T09:39:50.036+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2025-2887",
"initial_release_date": "2025-12-18T23:00:00.000+00:00",
"revision_history": [
{
"date": "2025-12-18T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2025-12-21T23:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von openSUSE und Debian aufgenommen"
},
{
"date": "2025-12-28T23:00:00.000+00:00",
"number": "3",
"summary": "Referenz(en) aufgenommen: EUVD-2025-205486, EUVD-2025-205485, EUVD-2025-205484"
},
{
"date": "2026-01-08T23:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-01-11T23:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-01-13T23:00:00.000+00:00",
"number": "6",
"summary": "Produktzuordnung korrigiert"
},
{
"date": "2026-01-21T23:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2026-01-22T23:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-01-25T23:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2026-01-26T23:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-01-27T23:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von openSUSE und Red Hat aufgenommen"
},
{
"date": "2026-01-28T23:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von SUSE und Oracle Linux aufgenommen"
},
{
"date": "2026-01-29T23:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-02-01T23:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-02-02T23:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-02-03T23:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-02-04T23:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen"
}
],
"status": "final",
"version": "17"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Amazon Linux 2",
"product": {
"name": "Amazon Linux 2",
"product_id": "398363",
"product_identification_helper": {
"cpe": "cpe:/o:amazon:linux_2:-"
}
}
}
],
"category": "vendor",
"name": "Amazon"
},
{
"branches": [
{
"category": "product_name",
"name": "Debian Linux",
"product": {
"name": "Debian Linux",
"product_id": "2951",
"product_identification_helper": {
"cpe": "cpe:/o:debian:debian_linux:-"
}
}
}
],
"category": "vendor",
"name": "Debian"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c8.1.34",
"product": {
"name": "Open Source PHP \u003c8.1.34",
"product_id": "90DF208D-7040-4857-A44D-C7485EDE9987"
}
},
{
"category": "product_version",
"name": "8.1.34",
"product": {
"name": "Open Source PHP 8.1.34",
"product_id": "90DF208D-7040-4857-A44D-C7485EDE9987-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:php:php:8.1.34"
}
}
},
{
"category": "product_version_range",
"name": "\u003c8.2.30",
"product": {
"name": "Open Source PHP \u003c8.2.30",
"product_id": "T049550"
}
},
{
"category": "product_version",
"name": "8.2.30",
"product": {
"name": "Open Source PHP 8.2.30",
"product_id": "T049550-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:php:php:8.2.30"
}
}
},
{
"category": "product_version_range",
"name": "\u003c8.3.29",
"product": {
"name": "Open Source PHP \u003c8.3.29",
"product_id": "T049551"
}
},
{
"category": "product_version",
"name": "8.3.29",
"product": {
"name": "Open Source PHP 8.3.29",
"product_id": "T049551-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:php:php:8.3.29"
}
}
},
{
"category": "product_version_range",
"name": "\u003c8.4.16",
"product": {
"name": "Open Source PHP \u003c8.4.16",
"product_id": "T049552"
}
},
{
"category": "product_version",
"name": "8.4.16",
"product": {
"name": "Open Source PHP 8.4.16",
"product_id": "T049552-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:php:php:8.4.16"
}
}
},
{
"category": "product_version_range",
"name": "\u003c8.5.1",
"product": {
"name": "Open Source PHP \u003c8.5.1",
"product_id": "T049553"
}
},
{
"category": "product_version",
"name": "8.5.1",
"product": {
"name": "Open Source PHP 8.5.1",
"product_id": "T049553-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:php:php:8.5.1"
}
}
}
],
"category": "product_name",
"name": "PHP"
}
],
"category": "vendor",
"name": "Open Source"
},
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_name",
"name": "RESF Rocky Linux",
"product": {
"name": "RESF Rocky Linux",
"product_id": "T032255",
"product_identification_helper": {
"cpe": "cpe:/o:resf:rocky_linux:-"
}
}
}
],
"category": "vendor",
"name": "RESF"
},
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
},
{
"category": "product_version",
"name": "10",
"product": {
"name": "Red Hat Enterprise Linux 10",
"product_id": "T050306",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10"
}
}
}
],
"category": "product_name",
"name": "Enterprise Linux"
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
},
{
"category": "product_name",
"name": "SUSE openSUSE",
"product": {
"name": "SUSE openSUSE",
"product_id": "T027843",
"product_identification_helper": {
"cpe": "cpe:/o:suse:opensuse:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
},
{
"branches": [
{
"category": "product_name",
"name": "Ubuntu Linux",
"product": {
"name": "Ubuntu Linux",
"product_id": "T000126",
"product_identification_helper": {
"cpe": "cpe:/o:canonical:ubuntu_linux:-"
}
}
}
],
"category": "vendor",
"name": "Ubuntu"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c130.0.17",
"product": {
"name": "cPanel cPanel/WHM \u003c130.0.17",
"product_id": "T049613"
}
},
{
"category": "product_version",
"name": "130.0.17",
"product": {
"name": "cPanel cPanel/WHM 130.0.17",
"product_id": "T049613-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:cpanel:cpanel_whm:130.0.17"
}
}
},
{
"category": "product_version_range",
"name": "\u003c132.0.16",
"product": {
"name": "cPanel cPanel/WHM \u003c132.0.16",
"product_id": "T049614"
}
},
{
"category": "product_version",
"name": "132.0.16",
"product": {
"name": "cPanel cPanel/WHM 132.0.16",
"product_id": "T049614-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:cpanel:cpanel_whm:132.0.16"
}
}
},
{
"category": "product_version_range",
"name": "\u003c126.0.38",
"product": {
"name": "cPanel cPanel/WHM \u003c126.0.38",
"product_id": "T049907"
}
},
{
"category": "product_version",
"name": "126.0.38",
"product": {
"name": "cPanel cPanel/WHM 126.0.38",
"product_id": "T049907-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:cpanel:cpanel_whm:126.0.38"
}
}
},
{
"category": "product_version_range",
"name": "\u003c110.0.81",
"product": {
"name": "cPanel cPanel/WHM \u003c110.0.81",
"product_id": "T049908"
}
},
{
"category": "product_version",
"name": "110.0.81",
"product": {
"name": "cPanel cPanel/WHM 110.0.81",
"product_id": "T049908-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:cpanel:cpanel_whm:110.0.81"
}
}
}
],
"category": "product_name",
"name": "cPanel/WHM"
}
],
"category": "vendor",
"name": "cPanel"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-14177",
"product_status": {
"known_affected": [
"T049550",
"67646",
"T049908",
"T004914",
"T032255",
"90DF208D-7040-4857-A44D-C7485EDE9987",
"T049614",
"2951",
"T002207",
"T049907",
"T000126",
"T050306",
"T027843",
"T049553",
"398363",
"T049552",
"T049551",
"T049613"
]
},
"release_date": "2025-12-18T23:00:00.000+00:00",
"title": "CVE-2025-14177"
},
{
"cve": "CVE-2025-14178",
"product_status": {
"known_affected": [
"T049550",
"67646",
"T049908",
"T004914",
"T032255",
"90DF208D-7040-4857-A44D-C7485EDE9987",
"T049614",
"2951",
"T002207",
"T049907",
"T000126",
"T050306",
"T027843",
"T049553",
"398363",
"T049552",
"T049551",
"T049613"
]
},
"release_date": "2025-12-18T23:00:00.000+00:00",
"title": "CVE-2025-14178"
},
{
"cve": "CVE-2025-14180",
"product_status": {
"known_affected": [
"T049550",
"67646",
"T049908",
"T004914",
"T032255",
"90DF208D-7040-4857-A44D-C7485EDE9987",
"T049614",
"2951",
"T002207",
"T049907",
"T000126",
"T050306",
"T027843",
"T049553",
"398363",
"T049552",
"T049551",
"T049613"
]
},
"release_date": "2025-12-18T23:00:00.000+00:00",
"title": "CVE-2025-14180"
},
{
"cve": "CVE-2025-67899",
"product_status": {
"known_affected": [
"T049550",
"67646",
"T049908",
"T004914",
"T032255",
"90DF208D-7040-4857-A44D-C7485EDE9987",
"T049614",
"2951",
"T002207",
"T049907",
"T000126",
"T050306",
"T027843",
"T049553",
"398363",
"T049552",
"T049551",
"T049613"
]
},
"release_date": "2025-12-18T23:00:00.000+00:00",
"title": "CVE-2025-67899"
},
{
"product_status": {
"known_affected": [
"T049550",
"67646",
"T049908",
"T004914",
"T032255",
"90DF208D-7040-4857-A44D-C7485EDE9987",
"T049614",
"2951",
"T002207",
"T049907",
"T000126",
"T050306",
"T027843",
"T049553",
"398363",
"T049552",
"T049551",
"T049613"
]
},
"release_date": "2025-12-18T23:00:00.000+00:00"
}
]
}
RHSA-2026:1429
Vulnerability from csaf_redhat - Published: 2026-01-27 19:37 - Updated: 2026-02-03 20:03Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the php:8.3 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 Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server.\n\nSecurity Fix(es):\n\n* php: heap-based buffer overflow in array_merge() (CVE-2025-14178)\n\n* php: PHP: Information disclosure via getimagesize() function when reading multi-chunk images (CVE-2025-14177)\n\n* php: PHP: Denial of Service via invalid character sequence in PDO PostgreSQL prepared statement (CVE-2025-14180)\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-2026:1429",
"url": "https://access.redhat.com/errata/RHSA-2026:1429"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2425625",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425625"
},
{
"category": "external",
"summary": "2425626",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425626"
},
{
"category": "external",
"summary": "2425627",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425627"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_1429.json"
}
],
"title": "Red Hat Security Advisory: php:8.3 security update",
"tracking": {
"current_release_date": "2026-02-03T20:03:02+00:00",
"generator": {
"date": "2026-02-03T20:03:02+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.16"
}
},
"id": "RHSA-2026:1429",
"initial_release_date": "2026-01-27T19:37:59+00:00",
"revision_history": [
{
"date": "2026-01-27T19:37:59+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-01-27T19:37:59+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-03T20:03:02+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.7.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.6.0+22647+1741ae35.noarch::php:8.3",
"product": {
"name": "apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch (php:8.3)",
"product_id": "apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/apcu-panel@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=noarch\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.src::php:8.3",
"product": {
"name": "php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.src (php:8.3)",
"product_id": "php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.src::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=src\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"product": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src (php:8.3)",
"product_id": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=src\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src::php:8.3",
"product": {
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src (php:8.3)",
"product_id": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-redis6@6.1.0-2.module%2Bel9.6.0%2B22647%2B1741ae35?arch=src\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src::php:8.3",
"product": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src (php:8.3)",
"product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.6.0%2B22647%2B1741ae35?arch=src\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"product": {
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src (php:8.3)",
"product_id": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.3.1-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=src\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"product": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src (php:8.3)",
"product_id": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=src\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-redis6@6.1.0-2.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-redis6-debuginfo@6.1.0-2.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-redis6-debugsource@6.1.0-2.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-4.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-4.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.3.1-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.3.1-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.3.1-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.22.3-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.22.3-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product": {
"name": "php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3)",
"product_id": "php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=aarch64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-redis6@6.1.0-2.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-redis6-debuginfo@6.1.0-2.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-redis6-debugsource@6.1.0-2.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-4.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-4.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.3.1-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.3.1-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.3.1-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.22.3-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.22.3-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product": {
"name": "php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3)",
"product_id": "php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=ppc64le\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-redis6@6.1.0-2.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-redis6-debuginfo@6.1.0-2.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-redis6-debugsource@6.1.0-2.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-4.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-4.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.3.1-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.3.1-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.3.1-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.22.3-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.22.3-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product": {
"name": "php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3)",
"product_id": "php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=s390x\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-redis6@6.1.0-2.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-redis6-debuginfo@6.1.0-2.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-redis6-debugsource@6.1.0-2.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-4.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-4.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.3.1-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.3.1-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.3.1-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.22.3-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.22.3-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product": {
"name": "php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3)",
"product_id": "php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.3.29-1.module%2Bel9.7.0%2B23852%2B76de6b03?arch=x86_64\u0026rpmmod=php:8.3:9070020260108073701: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.6.0+22647+1741ae35.noarch (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch::php:8.3"
},
"product_reference": "apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.src (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.src::php:8.3"
},
"product_reference": "php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.src::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src::php:8.3"
},
"product_reference": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src::php:8.3"
},
"product_reference": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src::php:8.3"
},
"product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src::php:8.3"
},
"product_reference": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src::php:8.3"
},
"product_reference": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3"
},
"product_reference": "php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3"
},
"product_reference": "php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3"
},
"product_reference": "php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
},
"product_reference": "php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-14177",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2025-12-27T20:00:48.661724+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425626"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PHP. The getimagesize() function may leak uninitialized heap memory when processing images in multi-chunk mode, such as through php://filter. This vulnerability, caused by a bug in php_read_stream_all_chunks() that overwrites the buffer without advancing the pointer, allows an attacker to potentially disclose sensitive information from the server\u0027s memory. This could compromise the confidentiality of data on the affected server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: PHP: Information disclosure via getimagesize() function when reading multi-chunk images",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Low for Red Hat. The flaw in PHP\u0027s `getimagesize()` function can lead to information disclosure by leaking uninitialized heap memory when processing multi-chunk images, potentially via `php://filter`. This affects the confidentiality of data on systems running affected PHP versions in Red Hat Enterprise Linux 8 (php:8.2/php), Red Hat Enterprise Linux 9 (php, php:8.2/php, php:8.3/php), and Red Hat Enterprise Linux 10 (php, php8.4). The PHP 7 streams for Red Hat Enterprise Linux 7 and 8 are not affected by this vulnerability as the way it reads and stores image metadata is implemented differently than how it\u0027s on affected PHP 8 versions.",
"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.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14177"
},
{
"category": "external",
"summary": "RHBZ#2425626",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425626"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14177",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14177"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14177",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14177"
},
{
"category": "external",
"summary": "https://github.com/php/php-src/security/advisories/GHSA-3237-qqm7-mfv7",
"url": "https://github.com/php/php-src/security/advisories/GHSA-3237-qqm7-mfv7"
}
],
"release_date": "2025-12-27T19:33:23.973000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-27T19:37:59+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.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1429"
},
{
"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.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.7,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "php: PHP: Information disclosure via getimagesize() function when reading multi-chunk images"
},
{
"cve": "CVE-2025-14178",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-12-27T20:00:44.041960+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425625"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PHP. A heap-based buffer overflow occurs in the array_merge function when the total element count of packed arrays exceeds the 32-bit limit or the internal HT_MAX_SIZE due to an integer overflow in the precomputation of element counts using the zend_hash_num_elements function, causing a process crash and potentially memory corruption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: heap-based buffer overflow in array_merge()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker must be able to pass arrays to array_merge() containing a very large number of elements, specifically the total element count must exceed the 32-bit integer limit or the internal HT_MAX_SIZE constant. Creating such a massive array often triggers the memory limit of PHP and the system, causing an out-of-memory condition before the buffer overflow can be triggered, increasing the complexity of exploitation.\n\nAlso, default Red Hat Enterprise Linux security features, including SELinux enforcement, Address Space Layout Randomization (ASLR) and memory protections significantly increase the difficult of achieving arbitrary code execution, limiting the impact of this vulnerability.\n\nDue to these reasons, this flaw has been rated with a moderate severity.",
"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.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14178"
},
{
"category": "external",
"summary": "RHBZ#2425625",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425625"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14178",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14178"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14178",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14178"
},
{
"category": "external",
"summary": "https://github.com/php/php-src/security/advisories/GHSA-h96m-rvf9-jgm2",
"url": "https://github.com/php/php-src/security/advisories/GHSA-h96m-rvf9-jgm2"
}
],
"release_date": "2025-12-27T19:27:41.691000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-27T19:37:59+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.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1429"
},
{
"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.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "php: heap-based buffer overflow in array_merge()"
},
{
"cve": "CVE-2025-14180",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-12-27T20:00:52.735842+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425627"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PHP. When the PDO (PHP Data Objects) PostgreSQL driver is configured with `PDO::ATTR_EMULATE_PREPARES` enabled, a remote attacker can exploit a vulnerability by providing an invalid character sequence within a prepared statement parameter. This can cause a null pointer dereference, leading to a server crash. The primary impact is a Denial of Service (DoS), affecting the availability of the target server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: PHP: Denial of Service via invalid character sequence in PDO PostgreSQL prepared statement",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat because it can lead to a Denial of Service in PHP applications utilizing the PDO PostgreSQL driver. Exploitation requires the `PDO::ATTR_EMULATE_PREPARES` option to be explicitly enabled, allowing a remote attacker to crash the server by providing a specially crafted invalid character sequence in a prepared statement parameter.",
"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.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14180"
},
{
"category": "external",
"summary": "RHBZ#2425627",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425627"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14180"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14180",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14180"
},
{
"category": "external",
"summary": "https://github.com/php/php-src/security/advisories/GHSA-8xr5-qppj-gvwj",
"url": "https://github.com/php/php-src/security/advisories/GHSA-8xr5-qppj-gvwj"
}
],
"release_date": "2025-12-27T19:21:20.768000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-27T19:37:59+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.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1429"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.aarch64::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.ppc64le::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.s390x::php:8.3",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.3.29-1.module+el9.7.0+23852+76de6b03.x86_64::php:8.3"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "php: PHP: Denial of Service via invalid character sequence in PDO PostgreSQL prepared statement"
}
]
}
RHSA-2026:1628
Vulnerability from csaf_redhat - Published: 2026-02-02 01:57 - Updated: 2026-02-03 20:03Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for php is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server.\n\nSecurity Fix(es):\n\n* php: heap-based buffer overflow in array_merge() (CVE-2025-14178)\n\n* php: PHP: Information disclosure via getimagesize() function when reading multi-chunk images (CVE-2025-14177)\n\n* php: PHP: Denial of Service via invalid character sequence in PDO PostgreSQL prepared statement (CVE-2025-14180)\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-2026:1628",
"url": "https://access.redhat.com/errata/RHSA-2026:1628"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2425625",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425625"
},
{
"category": "external",
"summary": "2425626",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425626"
},
{
"category": "external",
"summary": "2425627",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425627"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_1628.json"
}
],
"title": "Red Hat Security Advisory: php security update",
"tracking": {
"current_release_date": "2026-02-03T20:03:04+00:00",
"generator": {
"date": "2026-02-03T20:03:04+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.16"
}
},
"id": "RHSA-2026:1628",
"initial_release_date": "2026-02-02T01:57:01+00:00",
"revision_history": [
{
"date": "2026-02-02T01:57:01+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-02-02T01:57:01+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-03T20:03:04+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. 10)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.1"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.3.29-1.el10_1.src",
"product": {
"name": "php-0:8.3.29-1.el10_1.src",
"product_id": "php-0:8.3.29-1.el10_1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.3.29-1.el10_1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-bcmath-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-bcmath-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-cli-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-cli-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-common-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-common-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-dba-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-dba-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-dbg-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-dbg-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-devel-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-devel-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-embedded-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-embedded-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-enchant-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-enchant-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-ffi-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-ffi-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-fpm-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-fpm-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-gd-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-gd-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-gmp-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-gmp-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-intl-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-intl-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-ldap-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-ldap-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-mbstring-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-mbstring-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-mysqlnd-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-mysqlnd-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-odbc-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-odbc-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-opcache-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-opcache-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-pdo-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-pdo-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-pgsql-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-pgsql-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-process-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-process-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-snmp-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-snmp-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-soap-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-soap-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-xml-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-xml-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-debugsource-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-debugsource-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-bcmath-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-bcmath-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-cli-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-cli-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-common-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-common-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-dba-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-dba-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-dbg-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-dbg-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-embedded-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-embedded-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-enchant-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-enchant-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-ffi-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-ffi-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-fpm-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-fpm-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-gd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-gd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-gmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-gmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-intl-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-intl-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-ldap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-ldap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-mbstring-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-mbstring-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-odbc-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-odbc-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-opcache-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-opcache-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-pdo-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-pdo-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-pgsql-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-pgsql-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-process-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-process-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-snmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-snmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-soap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-soap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.3.29-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product": {
"name": "php-xml-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_id": "php-xml-debuginfo-0:8.3.29-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.3.29-1.el10_1?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-bcmath-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-bcmath-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-cli-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-cli-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-common-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-common-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-dba-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-dba-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-dbg-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-dbg-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-devel-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-devel-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-embedded-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-embedded-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-enchant-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-enchant-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-ffi-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-ffi-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-fpm-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-fpm-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-gd-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-gd-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-gmp-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-gmp-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-intl-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-intl-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-ldap-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-ldap-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-mbstring-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-mbstring-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-mysqlnd-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-mysqlnd-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-odbc-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-odbc-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-opcache-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-opcache-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-pdo-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-pdo-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-pgsql-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-pgsql-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-process-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-process-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-snmp-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-snmp-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-soap-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-soap-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-xml-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-xml-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-debugsource-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-debugsource-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-bcmath-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-bcmath-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-cli-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-cli-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-common-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-common-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-dba-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-dba-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-dbg-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-dbg-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-embedded-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-embedded-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-enchant-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-enchant-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-ffi-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-ffi-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-fpm-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-fpm-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-gd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-gd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-gmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-gmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-intl-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-intl-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-ldap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-ldap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-mbstring-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-mbstring-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-odbc-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-odbc-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-opcache-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-opcache-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-pdo-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-pdo-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-pgsql-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-pgsql-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-process-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-process-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-snmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-snmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-soap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-soap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.3.29-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product": {
"name": "php-xml-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_id": "php-xml-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.3.29-1.el10_1?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-0:8.3.29-1.el10_1.s390x",
"product_id": "php-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-bcmath-0:8.3.29-1.el10_1.s390x",
"product_id": "php-bcmath-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-cli-0:8.3.29-1.el10_1.s390x",
"product_id": "php-cli-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-common-0:8.3.29-1.el10_1.s390x",
"product_id": "php-common-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-dba-0:8.3.29-1.el10_1.s390x",
"product_id": "php-dba-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-dbg-0:8.3.29-1.el10_1.s390x",
"product_id": "php-dbg-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-devel-0:8.3.29-1.el10_1.s390x",
"product_id": "php-devel-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-embedded-0:8.3.29-1.el10_1.s390x",
"product_id": "php-embedded-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-enchant-0:8.3.29-1.el10_1.s390x",
"product_id": "php-enchant-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-ffi-0:8.3.29-1.el10_1.s390x",
"product_id": "php-ffi-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-fpm-0:8.3.29-1.el10_1.s390x",
"product_id": "php-fpm-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-gd-0:8.3.29-1.el10_1.s390x",
"product_id": "php-gd-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-gmp-0:8.3.29-1.el10_1.s390x",
"product_id": "php-gmp-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-intl-0:8.3.29-1.el10_1.s390x",
"product_id": "php-intl-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-ldap-0:8.3.29-1.el10_1.s390x",
"product_id": "php-ldap-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-mbstring-0:8.3.29-1.el10_1.s390x",
"product_id": "php-mbstring-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-mysqlnd-0:8.3.29-1.el10_1.s390x",
"product_id": "php-mysqlnd-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-odbc-0:8.3.29-1.el10_1.s390x",
"product_id": "php-odbc-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-opcache-0:8.3.29-1.el10_1.s390x",
"product_id": "php-opcache-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-pdo-0:8.3.29-1.el10_1.s390x",
"product_id": "php-pdo-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-pgsql-0:8.3.29-1.el10_1.s390x",
"product_id": "php-pgsql-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-process-0:8.3.29-1.el10_1.s390x",
"product_id": "php-process-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-snmp-0:8.3.29-1.el10_1.s390x",
"product_id": "php-snmp-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-soap-0:8.3.29-1.el10_1.s390x",
"product_id": "php-soap-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-xml-0:8.3.29-1.el10_1.s390x",
"product_id": "php-xml-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-debugsource-0:8.3.29-1.el10_1.s390x",
"product_id": "php-debugsource-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-bcmath-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_id": "php-bcmath-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-cli-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_id": "php-cli-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-common-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_id": "php-common-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-dba-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_id": "php-dba-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-dbg-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_id": "php-dbg-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_id": "php-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-embedded-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_id": "php-embedded-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-enchant-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_id": "php-enchant-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-ffi-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_id": "php-ffi-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-fpm-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_id": "php-fpm-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-gd-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_id": "php-gd-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-gmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_id": "php-gmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-intl-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_id": "php-intl-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-ldap-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_id": "php-ldap-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-mbstring-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_id": "php-mbstring-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_id": "php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-odbc-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_id": "php-odbc-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-opcache-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_id": "php-opcache-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-pdo-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_id": "php-pdo-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-pgsql-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_id": "php-pgsql-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-process-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_id": "php-process-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-snmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_id": "php-snmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-soap-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_id": "php-soap-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.3.29-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.3.29-1.el10_1.s390x",
"product": {
"name": "php-xml-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_id": "php-xml-debuginfo-0:8.3.29-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.3.29-1.el10_1?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-bcmath-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-bcmath-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-cli-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-cli-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-common-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-common-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-dba-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-dba-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-dbg-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-dbg-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-devel-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-devel-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-embedded-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-embedded-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-enchant-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-enchant-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-ffi-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-ffi-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-fpm-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-fpm-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-gd-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-gd-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-gmp-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-gmp-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-intl-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-intl-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-ldap-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-ldap-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-mbstring-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-mbstring-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-mysqlnd-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-mysqlnd-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-odbc-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-odbc-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-opcache-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-opcache-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-pdo-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-pdo-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-pgsql-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-pgsql-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-process-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-process-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-snmp-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-snmp-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-soap-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-soap-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-xml-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-xml-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-debugsource-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-debugsource-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-bcmath-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-bcmath-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-cli-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-cli-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-common-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-common-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-dba-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-dba-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-dbg-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-dbg-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-embedded-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-embedded-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-enchant-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-enchant-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-ffi-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-ffi-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-fpm-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-fpm-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-gd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-gd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-gmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-gmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-intl-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-intl-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-ldap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-ldap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-mbstring-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-mbstring-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-odbc-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-odbc-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-opcache-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-opcache-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-pdo-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-pdo-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-pgsql-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-pgsql-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-process-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-process-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-snmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-snmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-soap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-soap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.3.29-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product": {
"name": "php-xml-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_id": "php-xml-debuginfo-0:8.3.29-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.3.29-1.el10_1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.3.29-1.el10_1.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-0:8.3.29-1.el10_1.src"
},
"product_reference": "php-0:8.3.29-1.el10_1.src",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-bcmath-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-bcmath-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-bcmath-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-bcmath-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-bcmath-debuginfo-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-bcmath-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-bcmath-debuginfo-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-bcmath-debuginfo-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-cli-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-cli-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-cli-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-cli-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-cli-debuginfo-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-cli-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-cli-debuginfo-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-cli-debuginfo-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-common-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-common-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-common-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-common-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-common-debuginfo-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-common-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-common-debuginfo-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-common-debuginfo-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-dba-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-dba-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-dba-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-dba-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-dba-debuginfo-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-dba-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-dba-debuginfo-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-dba-debuginfo-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-dbg-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-dbg-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-dbg-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-dbg-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-dbg-debuginfo-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-dbg-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-dbg-debuginfo-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-dbg-debuginfo-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-debuginfo-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-debuginfo-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-debuginfo-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-debugsource-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-debugsource-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-debugsource-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-debugsource-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-devel-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-devel-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-devel-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-devel-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-embedded-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-embedded-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-embedded-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-embedded-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-embedded-debuginfo-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-embedded-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-embedded-debuginfo-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-embedded-debuginfo-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-enchant-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-enchant-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-enchant-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-enchant-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-enchant-debuginfo-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-enchant-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-enchant-debuginfo-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-enchant-debuginfo-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-ffi-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-ffi-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-ffi-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-ffi-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-ffi-debuginfo-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-ffi-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-ffi-debuginfo-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-ffi-debuginfo-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-fpm-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-fpm-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-fpm-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-fpm-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-fpm-debuginfo-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-fpm-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-fpm-debuginfo-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-fpm-debuginfo-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-gd-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-gd-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-gd-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-gd-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-gd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-gd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-gd-debuginfo-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-gd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-gmp-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-gmp-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-gmp-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-gmp-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-gmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-gmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-gmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-gmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-intl-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-intl-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-intl-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-intl-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-intl-debuginfo-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-intl-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-intl-debuginfo-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-intl-debuginfo-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-ldap-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-ldap-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-ldap-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-ldap-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-ldap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-ldap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-ldap-debuginfo-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-ldap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-mbstring-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-mbstring-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-mbstring-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-mbstring-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-mbstring-debuginfo-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-mbstring-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-mbstring-debuginfo-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-mbstring-debuginfo-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-mysqlnd-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-mysqlnd-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-mysqlnd-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-mysqlnd-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-odbc-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-odbc-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-odbc-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-odbc-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-odbc-debuginfo-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-odbc-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-odbc-debuginfo-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-odbc-debuginfo-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-opcache-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-opcache-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-opcache-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-opcache-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-opcache-debuginfo-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-opcache-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-opcache-debuginfo-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-opcache-debuginfo-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-pdo-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-pdo-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-pdo-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-pdo-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-pdo-debuginfo-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-pdo-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-pdo-debuginfo-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-pdo-debuginfo-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-pgsql-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-pgsql-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-pgsql-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-pgsql-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-pgsql-debuginfo-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-pgsql-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-pgsql-debuginfo-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-pgsql-debuginfo-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-process-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-process-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-process-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-process-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-process-debuginfo-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-process-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-process-debuginfo-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-process-debuginfo-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-snmp-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-snmp-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-snmp-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-snmp-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-snmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-snmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-snmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-snmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-soap-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-soap-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-soap-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-soap-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-soap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-soap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-soap-debuginfo-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-soap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-xml-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-xml-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-xml-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-xml-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.3.29-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.aarch64"
},
"product_reference": "php-xml-debuginfo-0:8.3.29-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.3.29-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.ppc64le"
},
"product_reference": "php-xml-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.3.29-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.s390x"
},
"product_reference": "php-xml-debuginfo-0:8.3.29-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.3.29-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.x86_64"
},
"product_reference": "php-xml-debuginfo-0:8.3.29-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-14177",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2025-12-27T20:00:48.661724+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425626"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PHP. The getimagesize() function may leak uninitialized heap memory when processing images in multi-chunk mode, such as through php://filter. This vulnerability, caused by a bug in php_read_stream_all_chunks() that overwrites the buffer without advancing the pointer, allows an attacker to potentially disclose sensitive information from the server\u0027s memory. This could compromise the confidentiality of data on the affected server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: PHP: Information disclosure via getimagesize() function when reading multi-chunk images",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Low for Red Hat. The flaw in PHP\u0027s `getimagesize()` function can lead to information disclosure by leaking uninitialized heap memory when processing multi-chunk images, potentially via `php://filter`. This affects the confidentiality of data on systems running affected PHP versions in Red Hat Enterprise Linux 8 (php:8.2/php), Red Hat Enterprise Linux 9 (php, php:8.2/php, php:8.3/php), and Red Hat Enterprise Linux 10 (php, php8.4). The PHP 7 streams for Red Hat Enterprise Linux 7 and 8 are not affected by this vulnerability as the way it reads and stores image metadata is implemented differently than how it\u0027s on affected PHP 8 versions.",
"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-10.1.Z:php-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.src",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14177"
},
{
"category": "external",
"summary": "RHBZ#2425626",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425626"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14177",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14177"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14177",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14177"
},
{
"category": "external",
"summary": "https://github.com/php/php-src/security/advisories/GHSA-3237-qqm7-mfv7",
"url": "https://github.com/php/php-src/security/advisories/GHSA-3237-qqm7-mfv7"
}
],
"release_date": "2025-12-27T19:33:23.973000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-02T01:57:01+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-10.1.Z:php-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.src",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1628"
},
{
"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-10.1.Z:php-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.src",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.7,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.src",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "php: PHP: Information disclosure via getimagesize() function when reading multi-chunk images"
},
{
"cve": "CVE-2025-14178",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-12-27T20:00:44.041960+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425625"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PHP. A heap-based buffer overflow occurs in the array_merge function when the total element count of packed arrays exceeds the 32-bit limit or the internal HT_MAX_SIZE due to an integer overflow in the precomputation of element counts using the zend_hash_num_elements function, causing a process crash and potentially memory corruption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: heap-based buffer overflow in array_merge()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker must be able to pass arrays to array_merge() containing a very large number of elements, specifically the total element count must exceed the 32-bit integer limit or the internal HT_MAX_SIZE constant. Creating such a massive array often triggers the memory limit of PHP and the system, causing an out-of-memory condition before the buffer overflow can be triggered, increasing the complexity of exploitation.\n\nAlso, default Red Hat Enterprise Linux security features, including SELinux enforcement, Address Space Layout Randomization (ASLR) and memory protections significantly increase the difficult of achieving arbitrary code execution, limiting the impact of this vulnerability.\n\nDue to these reasons, this flaw has been rated with a moderate severity.",
"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-10.1.Z:php-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.src",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14178"
},
{
"category": "external",
"summary": "RHBZ#2425625",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425625"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14178",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14178"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14178",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14178"
},
{
"category": "external",
"summary": "https://github.com/php/php-src/security/advisories/GHSA-h96m-rvf9-jgm2",
"url": "https://github.com/php/php-src/security/advisories/GHSA-h96m-rvf9-jgm2"
}
],
"release_date": "2025-12-27T19:27:41.691000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-02T01:57:01+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-10.1.Z:php-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.src",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1628"
},
{
"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-10.1.Z:php-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.src",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.src",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "php: heap-based buffer overflow in array_merge()"
},
{
"cve": "CVE-2025-14180",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-12-27T20:00:52.735842+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425627"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PHP. When the PDO (PHP Data Objects) PostgreSQL driver is configured with `PDO::ATTR_EMULATE_PREPARES` enabled, a remote attacker can exploit a vulnerability by providing an invalid character sequence within a prepared statement parameter. This can cause a null pointer dereference, leading to a server crash. The primary impact is a Denial of Service (DoS), affecting the availability of the target server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: PHP: Denial of Service via invalid character sequence in PDO PostgreSQL prepared statement",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat because it can lead to a Denial of Service in PHP applications utilizing the PDO PostgreSQL driver. Exploitation requires the `PDO::ATTR_EMULATE_PREPARES` option to be explicitly enabled, allowing a remote attacker to crash the server by providing a specially crafted invalid character sequence in a prepared statement parameter.",
"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-10.1.Z:php-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.src",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14180"
},
{
"category": "external",
"summary": "RHBZ#2425627",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425627"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14180"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14180",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14180"
},
{
"category": "external",
"summary": "https://github.com/php/php-src/security/advisories/GHSA-8xr5-qppj-gvwj",
"url": "https://github.com/php/php-src/security/advisories/GHSA-8xr5-qppj-gvwj"
}
],
"release_date": "2025-12-27T19:21:20.768000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-02T01:57:01+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-10.1.Z:php-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.src",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1628"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.src",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.src",
"AppStream-10.1.Z:php-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-bcmath-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-bcmath-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-cli-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-cli-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-common-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-common-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dba-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dba-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dbg-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-dbg-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-debugsource-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-devel-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-embedded-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-embedded-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-enchant-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-enchant-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ffi-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ffi-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-fpm-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-fpm-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gd-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gmp-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-gmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-intl-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-intl-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ldap-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-ldap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mbstring-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mbstring-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mysqlnd-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-mysqlnd-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-odbc-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-odbc-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-opcache-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-opcache-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pdo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pdo-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pgsql-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-pgsql-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-process-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-process-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-snmp-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-snmp-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-soap-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-soap-debuginfo-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-xml-0:8.3.29-1.el10_1.x86_64",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.aarch64",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.ppc64le",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.s390x",
"AppStream-10.1.Z:php-xml-debuginfo-0:8.3.29-1.el10_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "php: PHP: Denial of Service via invalid character sequence in PDO PostgreSQL prepared statement"
}
]
}
RHSA-2026:1409
Vulnerability from csaf_redhat - Published: 2026-01-27 18:07 - Updated: 2026-02-06 20:16Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the php:8.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 Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server.\n\nSecurity Fix(es):\n\n* php: pgsql extension does not check for errors during escaping (CVE-2025-1735)\n\n* php: NULL Pointer Dereference in PHP SOAP Extension via Large XML Namespace Prefix (CVE-2025-6491)\n\n* php: PHP Hostname Null Character Vulnerability (CVE-2025-1220)\n\n* php: heap-based buffer overflow in array_merge() (CVE-2025-14178)\n\n* php: PHP: Information disclosure via getimagesize() function when reading multi-chunk images (CVE-2025-14177)\n\n* php: PHP: Denial of Service via invalid character sequence in PDO PostgreSQL prepared statement (CVE-2025-14180)\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-2026:1409",
"url": "https://access.redhat.com/errata/RHSA-2026:1409"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2378689",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2378689"
},
{
"category": "external",
"summary": "2378690",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2378690"
},
{
"category": "external",
"summary": "2379792",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379792"
},
{
"category": "external",
"summary": "2425625",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425625"
},
{
"category": "external",
"summary": "2425626",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425626"
},
{
"category": "external",
"summary": "2425627",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425627"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_1409.json"
}
],
"title": "Red Hat Security Advisory: php:8.2 security update",
"tracking": {
"current_release_date": "2026-02-06T20:16:45+00:00",
"generator": {
"date": "2026-02-06T20:16:45+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.1"
}
},
"id": "RHSA-2026:1409",
"initial_release_date": "2026-01-27T18:07:34+00:00",
"revision_history": [
{
"date": "2026-01-27T18:07:34+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-01-27T18:07:34+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-06T20:16:45+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.7.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:9070020260107073439:9"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src::php:8.2",
"product": {
"name": "php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src (php:8.2)",
"product_id": "php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=src\u0026rpmmod=php:8.2:9070020260107073439: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:9070020260107073439: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:9070020260107073439: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:9070020260107073439: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:9070020260107073439:9"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439: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:9070020260107073439: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:9070020260107073439: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:9070020260107073439: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:9070020260107073439: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:9070020260107073439: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:9070020260107073439: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:9070020260107073439: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:9070020260107073439: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:9070020260107073439: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:9070020260107073439: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:9070020260107073439: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:9070020260107073439: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:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product": {
"name": "php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2)",
"product_id": "php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=aarch64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439: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:9070020260107073439: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:9070020260107073439: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:9070020260107073439: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:9070020260107073439: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:9070020260107073439: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:9070020260107073439: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:9070020260107073439: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:9070020260107073439: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:9070020260107073439: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:9070020260107073439: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:9070020260107073439: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:9070020260107073439: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:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product": {
"name": "php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2)",
"product_id": "php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=ppc64le\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439: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:9070020260107073439: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:9070020260107073439: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:9070020260107073439: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:9070020260107073439: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:9070020260107073439: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:9070020260107073439: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:9070020260107073439: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:9070020260107073439: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:9070020260107073439: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:9070020260107073439: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:9070020260107073439: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:9070020260107073439: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:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product": {
"name": "php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2)",
"product_id": "php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=s390x\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439: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:9070020260107073439: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:9070020260107073439: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:9070020260107073439: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:9070020260107073439: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:9070020260107073439: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:9070020260107073439: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:9070020260107073439: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:9070020260107073439: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:9070020260107073439: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:9070020260107073439: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:9070020260107073439: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:9070020260107073439: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:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product": {
"name": "php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2)",
"product_id": "php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.2.30-1.module%2Bel9.7.0%2B23849%2B7b831f17?arch=x86_64\u0026rpmmod=php:8.2:9070020260107073439: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.7.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.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src::php:8.2"
},
"product_reference": "php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2"
},
"product_reference": "php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2"
},
"product_reference": "php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2"
},
"product_reference": "php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
},
"product_reference": "php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-1220",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"discovery_date": "2025-07-13T23:00:46.594967+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2379792"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PHP. The `fsockopen()` function and related functions fail to validate NULL characters within the provided hostname, potentially leading to unexpected behavior during parsing. This flaw allows a network attacker to supply a specially crafted hostname. This issue can result in a denial of service due to parsing errors.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: PHP Hostname Null Character Vulnerability",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "PHP does not classify this issue as a security issue because users are expected to sanitize the input. Nevertheless, this was considered a low-impact security issue as a precaution for users who do not follow that practice.",
"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.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-1220"
},
{
"category": "external",
"summary": "RHBZ#2379792",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379792"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-1220",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1220"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-1220",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-1220"
},
{
"category": "external",
"summary": "https://github.com/php/php-src/security/advisories/GHSA-3cr5-j632-f35r",
"url": "https://github.com/php/php-src/security/advisories/GHSA-3cr5-j632-f35r"
}
],
"release_date": "2025-07-13T22:18:36.974000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-27T18:07:34+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.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1409"
},
{
"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.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.7,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "php: PHP Hostname Null Character Vulnerability"
},
{
"cve": "CVE-2025-1735",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-07-08T17:16:10.899000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2378689"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PHP. Missing error checking could result in SQL injection, and missing error handling could lead to crashes due to null pointer dereferences.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: pgsql extension does not check for errors during escaping",
"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.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-1735"
},
{
"category": "external",
"summary": "RHBZ#2378689",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2378689"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-1735",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1735"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-1735",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-1735"
},
{
"category": "external",
"summary": "https://github.com/php/php-src/security/advisories/GHSA-hrwm-9436-5mv3",
"url": "https://github.com/php/php-src/security/advisories/GHSA-hrwm-9436-5mv3"
}
],
"release_date": "2025-07-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-27T18:07:34+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.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1409"
},
{
"category": "workaround",
"details": "Currently, no mitigation is currently available for this vulnerability.",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "php: pgsql extension does not check for errors during escaping"
},
{
"cve": "CVE-2025-6491",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-07-08T17:16:05.584000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2378690"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in PHP. If a SoapVar instance is created with a fully qualified name larger than 2G, this will cause a NULL pointer dereference resulting in a segmentation fault, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: NULL Pointer Dereference in PHP SOAP Extension via Large XML Namespace Prefix",
"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.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-6491"
},
{
"category": "external",
"summary": "RHBZ#2378690",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2378690"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-6491",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6491"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-6491",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-6491"
},
{
"category": "external",
"summary": "https://github.com/php/php-src/security/advisories/GHSA-453j-q27h-5p8x",
"url": "https://github.com/php/php-src/security/advisories/GHSA-453j-q27h-5p8x"
}
],
"release_date": "2025-07-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-27T18:07:34+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.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1409"
},
{
"category": "workaround",
"details": "Currently, no mitigation is currently available for this vulnerability.",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "php: NULL Pointer Dereference in PHP SOAP Extension via Large XML Namespace Prefix"
},
{
"cve": "CVE-2025-14177",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2025-12-27T20:00:48.661724+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425626"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PHP. The getimagesize() function may leak uninitialized heap memory when processing images in multi-chunk mode, such as through php://filter. This vulnerability, caused by a bug in php_read_stream_all_chunks() that overwrites the buffer without advancing the pointer, allows an attacker to potentially disclose sensitive information from the server\u0027s memory. This could compromise the confidentiality of data on the affected server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: PHP: Information disclosure via getimagesize() function when reading multi-chunk images",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Low for Red Hat. The flaw in PHP\u0027s `getimagesize()` function can lead to information disclosure by leaking uninitialized heap memory when processing multi-chunk images, potentially via `php://filter`. This affects the confidentiality of data on systems running affected PHP versions in Red Hat Enterprise Linux 8 (php:8.2/php), Red Hat Enterprise Linux 9 (php, php:8.2/php, php:8.3/php), and Red Hat Enterprise Linux 10 (php, php8.4). The PHP 7 streams for Red Hat Enterprise Linux 7 and 8 are not affected by this vulnerability as the way it reads and stores image metadata is implemented differently than how it\u0027s on affected PHP 8 versions.",
"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.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14177"
},
{
"category": "external",
"summary": "RHBZ#2425626",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425626"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14177",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14177"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14177",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14177"
},
{
"category": "external",
"summary": "https://github.com/php/php-src/security/advisories/GHSA-3237-qqm7-mfv7",
"url": "https://github.com/php/php-src/security/advisories/GHSA-3237-qqm7-mfv7"
}
],
"release_date": "2025-12-27T19:33:23.973000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-27T18:07:34+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.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1409"
},
{
"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.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.7,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "php: PHP: Information disclosure via getimagesize() function when reading multi-chunk images"
},
{
"cve": "CVE-2025-14178",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-12-27T20:00:44.041960+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425625"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PHP. A heap-based buffer overflow occurs in the array_merge function when the total element count of packed arrays exceeds the 32-bit limit or the internal HT_MAX_SIZE due to an integer overflow in the precomputation of element counts using the zend_hash_num_elements function, causing a process crash and potentially memory corruption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: heap-based buffer overflow in array_merge()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker must be able to pass arrays to array_merge() containing a very large number of elements, specifically the total element count must exceed the 32-bit integer limit or the internal HT_MAX_SIZE constant. Creating such a massive array often triggers the memory limit of PHP and the system, causing an out-of-memory condition before the buffer overflow can be triggered, increasing the complexity of exploitation.\n\nAlso, default Red Hat Enterprise Linux security features, including SELinux enforcement, Address Space Layout Randomization (ASLR) and memory protections significantly increase the difficult of achieving arbitrary code execution, limiting the impact of this vulnerability.\n\nDue to these reasons, this flaw has been rated with a moderate severity.",
"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.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14178"
},
{
"category": "external",
"summary": "RHBZ#2425625",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425625"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14178",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14178"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14178",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14178"
},
{
"category": "external",
"summary": "https://github.com/php/php-src/security/advisories/GHSA-h96m-rvf9-jgm2",
"url": "https://github.com/php/php-src/security/advisories/GHSA-h96m-rvf9-jgm2"
}
],
"release_date": "2025-12-27T19:27:41.691000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-27T18:07:34+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.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1409"
},
{
"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.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "php: heap-based buffer overflow in array_merge()"
},
{
"cve": "CVE-2025-14180",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-12-27T20:00:52.735842+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425627"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PHP. When the PDO (PHP Data Objects) PostgreSQL driver is configured with `PDO::ATTR_EMULATE_PREPARES` enabled, a remote attacker can exploit a vulnerability by providing an invalid character sequence within a prepared statement parameter. This can cause a null pointer dereference, leading to a server crash. The primary impact is a Denial of Service (DoS), affecting the availability of the target server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: PHP: Denial of Service via invalid character sequence in PDO PostgreSQL prepared statement",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat because it can lead to a Denial of Service in PHP applications utilizing the PDO PostgreSQL driver. Exploitation requires the `PDO::ATTR_EMULATE_PREPARES` option to be explicitly enabled, allowing a remote attacker to crash the server by providing a specially crafted invalid character sequence in a prepared statement parameter.",
"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.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14180"
},
{
"category": "external",
"summary": "RHBZ#2425627",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425627"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14180"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14180",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14180"
},
{
"category": "external",
"summary": "https://github.com/php/php-src/security/advisories/GHSA-8xr5-qppj-gvwj",
"url": "https://github.com/php/php-src/security/advisories/GHSA-8xr5-qppj-gvwj"
}
],
"release_date": "2025-12-27T19:21:20.768000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-27T18:07:34+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.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1409"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.7.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-cli-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-common-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dba-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-dbg-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-debugsource-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-devel-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-embedded-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-enchant-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ffi-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-fpm-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-gmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-intl-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-ldap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-odbc-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-opcache-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pdo-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.7.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.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-process-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-snmp-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-soap-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.aarch64::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.ppc64le::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.s390x::php:8.2",
"AppStream-9.7.0.Z.MAIN:php-xml-debuginfo-0:8.2.30-1.module+el9.7.0+23849+7b831f17.x86_64::php:8.2"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "php: PHP: Denial of Service via invalid character sequence in PDO PostgreSQL prepared statement"
}
]
}
RHSA-2026:1169
Vulnerability from csaf_redhat - Published: 2026-01-26 10:37 - Updated: 2026-02-03 20:02Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the php:8.2 module is now available for Red Hat Enterprise Linux 9.4 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server.\n\nSecurity Fix(es):\n\n* php: heap-based buffer overflow in array_merge() (CVE-2025-14178)\n\n* php: PHP: Denial of Service via invalid character sequence in PDO PostgreSQL prepared statement (CVE-2025-14180)\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-2026:1169",
"url": "https://access.redhat.com/errata/RHSA-2026:1169"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2425625",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425625"
},
{
"category": "external",
"summary": "2425627",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425627"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_1169.json"
}
],
"title": "Red Hat Security Advisory: php:8.2 security update",
"tracking": {
"current_release_date": "2026-02-03T20:02:55+00:00",
"generator": {
"date": "2026-02-03T20:02:55+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.16"
}
},
"id": "RHSA-2026:1169",
"initial_release_date": "2026-01-26T10:37:48+00:00",
"revision_history": [
{
"date": "2026-01-26T10:37:48+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-01-26T10:37:48+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-03T20:02:55+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 EUS (v.9.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.4::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:9040020260116191026:9"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.src::php:8.2",
"product": {
"name": "php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.src (php:8.2)",
"product_id": "php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.src::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=src\u0026rpmmod=php:8.2:9040020260116191026: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:9040020260116191026: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:9040020260116191026: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:9040020260116191026: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:9040020260116191026:9"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026: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:9040020260116191026: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:9040020260116191026: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:9040020260116191026: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:9040020260116191026: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:9040020260116191026: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:9040020260116191026: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:9040020260116191026: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:9040020260116191026: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:9040020260116191026: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:9040020260116191026: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:9040020260116191026: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:9040020260116191026: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:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product": {
"name": "php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2)",
"product_id": "php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=aarch64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026: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:9040020260116191026: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:9040020260116191026: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:9040020260116191026: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:9040020260116191026: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:9040020260116191026: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:9040020260116191026: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:9040020260116191026: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:9040020260116191026: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:9040020260116191026: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:9040020260116191026: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:9040020260116191026: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:9040020260116191026: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:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product": {
"name": "php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2)",
"product_id": "php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=ppc64le\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026: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:9040020260116191026: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:9040020260116191026: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:9040020260116191026: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:9040020260116191026: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:9040020260116191026: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:9040020260116191026: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:9040020260116191026: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:9040020260116191026: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:9040020260116191026: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:9040020260116191026: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:9040020260116191026: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:9040020260116191026: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:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product": {
"name": "php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2)",
"product_id": "php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=s390x\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026: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:9040020260116191026: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:9040020260116191026: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:9040020260116191026: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:9040020260116191026: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:9040020260116191026: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:9040020260116191026: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:9040020260116191026: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:9040020260116191026: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:9040020260116191026: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:9040020260116191026: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:9040020260116191026: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:9040020260116191026: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:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product": {
"name": "php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2)",
"product_id": "php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.2.13-1.module%2Bel9.4.0%2B23893%2B7c48bdfc.2?arch=x86_64\u0026rpmmod=php:8.2:9040020260116191026: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 EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS: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.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.src (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.src::php:8.2"
},
"product_reference": "php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.src::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"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 EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS: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.4.0.Z.EUS"
},
{
"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 EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS: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.4.0.Z.EUS"
},
{
"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 EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS: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.4.0.Z.EUS"
},
{
"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 EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS: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.4.0.Z.EUS"
},
{
"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 EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS: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.4.0.Z.EUS"
},
{
"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 EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS: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.4.0.Z.EUS"
},
{
"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 EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS: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.4.0.Z.EUS"
},
{
"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 EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS: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.4.0.Z.EUS"
},
{
"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 EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS: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.4.0.Z.EUS"
},
{
"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 EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS: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.4.0.Z.EUS"
},
{
"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 EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS: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.4.0.Z.EUS"
},
{
"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 EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS: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.4.0.Z.EUS"
},
{
"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 EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS: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.4.0.Z.EUS"
},
{
"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 EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS: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.4.0.Z.EUS"
},
{
"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 EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS: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.4.0.Z.EUS"
},
{
"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 EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS: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.4.0.Z.EUS"
},
{
"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 EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS: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.4.0.Z.EUS"
},
{
"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 EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS: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.4.0.Z.EUS"
},
{
"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 EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS: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.4.0.Z.EUS"
},
{
"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 EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS: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.4.0.Z.EUS"
},
{
"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 EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS: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.4.0.Z.EUS"
},
{
"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 EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS: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.4.0.Z.EUS"
},
{
"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 EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS: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.4.0.Z.EUS"
},
{
"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 EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS: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.4.0.Z.EUS"
},
{
"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 EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS: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.4.0.Z.EUS"
},
{
"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 EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS: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.4.0.Z.EUS"
},
{
"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 EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS: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.4.0.Z.EUS"
},
{
"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 EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS: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.4.0.Z.EUS"
},
{
"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 EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS: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.4.0.Z.EUS"
},
{
"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 EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS: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.4.0.Z.EUS"
},
{
"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 EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS: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.4.0.Z.EUS"
},
{
"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 EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS: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.4.0.Z.EUS"
},
{
"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 EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS: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.4.0.Z.EUS"
},
{
"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 EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS: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.4.0.Z.EUS"
},
{
"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 EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS: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.4.0.Z.EUS"
},
{
"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 EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS: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.4.0.Z.EUS"
},
{
"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 EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS: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.4.0.Z.EUS"
},
{
"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 EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS: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.4.0.Z.EUS"
},
{
"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 EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS: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.4.0.Z.EUS"
},
{
"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 EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS: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.4.0.Z.EUS"
},
{
"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 EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS: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.4.0.Z.EUS"
},
{
"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 EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS: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.4.0.Z.EUS"
},
{
"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 EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS: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.4.0.Z.EUS"
},
{
"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 EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS: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.4.0.Z.EUS"
},
{
"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 EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS: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.4.0.Z.EUS"
},
{
"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 EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS: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.4.0.Z.EUS"
},
{
"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 EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS: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.4.0.Z.EUS"
},
{
"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 EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS: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.4.0.Z.EUS"
},
{
"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 EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS: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.4.0.Z.EUS"
},
{
"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 EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS: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.4.0.Z.EUS"
},
{
"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 EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS: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.4.0.Z.EUS"
},
{
"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 EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS: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.4.0.Z.EUS"
},
{
"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 EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS: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.4.0.Z.EUS"
},
{
"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 EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS: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.4.0.Z.EUS"
},
{
"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 EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS: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.4.0.Z.EUS"
},
{
"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 EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS: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.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2"
},
"product_reference": "php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2"
},
"product_reference": "php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2"
},
"product_reference": "php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
},
"product_reference": "php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-14178",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-12-27T20:00:44.041960+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425625"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PHP. A heap-based buffer overflow occurs in the array_merge function when the total element count of packed arrays exceeds the 32-bit limit or the internal HT_MAX_SIZE due to an integer overflow in the precomputation of element counts using the zend_hash_num_elements function, causing a process crash and potentially memory corruption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: heap-based buffer overflow in array_merge()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker must be able to pass arrays to array_merge() containing a very large number of elements, specifically the total element count must exceed the 32-bit integer limit or the internal HT_MAX_SIZE constant. Creating such a massive array often triggers the memory limit of PHP and the system, causing an out-of-memory condition before the buffer overflow can be triggered, increasing the complexity of exploitation.\n\nAlso, default Red Hat Enterprise Linux security features, including SELinux enforcement, Address Space Layout Randomization (ASLR) and memory protections significantly increase the difficult of achieving arbitrary code execution, limiting the impact of this vulnerability.\n\nDue to these reasons, this flaw has been rated with a moderate severity.",
"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.4.0.Z.EUS:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14178"
},
{
"category": "external",
"summary": "RHBZ#2425625",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425625"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14178",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14178"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14178",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14178"
},
{
"category": "external",
"summary": "https://github.com/php/php-src/security/advisories/GHSA-h96m-rvf9-jgm2",
"url": "https://github.com/php/php-src/security/advisories/GHSA-h96m-rvf9-jgm2"
}
],
"release_date": "2025-12-27T19:27:41.691000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-26T10:37:48+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.4.0.Z.EUS:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1169"
},
{
"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.4.0.Z.EUS:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.EUS:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "php: heap-based buffer overflow in array_merge()"
},
{
"cve": "CVE-2025-14180",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-12-27T20:00:52.735842+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425627"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PHP. When the PDO (PHP Data Objects) PostgreSQL driver is configured with `PDO::ATTR_EMULATE_PREPARES` enabled, a remote attacker can exploit a vulnerability by providing an invalid character sequence within a prepared statement parameter. This can cause a null pointer dereference, leading to a server crash. The primary impact is a Denial of Service (DoS), affecting the availability of the target server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: PHP: Denial of Service via invalid character sequence in PDO PostgreSQL prepared statement",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat because it can lead to a Denial of Service in PHP applications utilizing the PDO PostgreSQL driver. Exploitation requires the `PDO::ATTR_EMULATE_PREPARES` option to be explicitly enabled, allowing a remote attacker to crash the server by providing a specially crafted invalid character sequence in a prepared statement parameter.",
"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.4.0.Z.EUS:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14180"
},
{
"category": "external",
"summary": "RHBZ#2425627",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425627"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14180"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14180",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14180"
},
{
"category": "external",
"summary": "https://github.com/php/php-src/security/advisories/GHSA-8xr5-qppj-gvwj",
"url": "https://github.com/php/php-src/security/advisories/GHSA-8xr5-qppj-gvwj"
}
],
"release_date": "2025-12-27T19:21:20.768000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-26T10:37:48+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.4.0.Z.EUS:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1169"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"AppStream-9.4.0.Z.EUS:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.EUS:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-bcmath-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-cli-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-common-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dba-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-dbg-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-debugsource-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-devel-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-embedded-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-enchant-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ffi-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-fpm-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-gmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-intl-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-ldap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mbstring-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-odbc-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-opcache-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pdo-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-pgsql-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-process-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-snmp-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-soap-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.aarch64::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.ppc64le::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.s390x::php:8.2",
"AppStream-9.4.0.Z.EUS:php-xml-debuginfo-0:8.2.13-1.module+el9.4.0+23893+7c48bdfc.2.x86_64::php:8.2"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "php: PHP: Denial of Service via invalid character sequence in PDO PostgreSQL prepared statement"
}
]
}
RHSA-2026:1187
Vulnerability from csaf_redhat - Published: 2026-01-26 12:19 - Updated: 2026-02-03 20:02Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the php:8.2 module is now available for Red Hat Enterprise Linux 9.6 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server.\n\nSecurity Fix(es):\n\n* php: heap-based buffer overflow in array_merge() (CVE-2025-14178)\n\n* php: PHP: Denial of Service via invalid character sequence in PDO PostgreSQL prepared statement (CVE-2025-14180)\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-2026:1187",
"url": "https://access.redhat.com/errata/RHSA-2026:1187"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2425625",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425625"
},
{
"category": "external",
"summary": "2425627",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425627"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_1187.json"
}
],
"title": "Red Hat Security Advisory: php:8.2 security update",
"tracking": {
"current_release_date": "2026-02-03T20:02:57+00:00",
"generator": {
"date": "2026-02-03T20:02:57+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.16"
}
},
"id": "RHSA-2026:1187",
"initial_release_date": "2026-01-26T12:19:28+00:00",
"revision_history": [
{
"date": "2026-01-26T12:19:28+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-01-26T12:19:28+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-03T20:02:57+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.6::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:9060020260116185805:9"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.src::php:8.2",
"product": {
"name": "php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.src (php:8.2)",
"product_id": "php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.src::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=src\u0026rpmmod=php:8.2:9060020260116185805: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:9060020260116185805: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:9060020260116185805: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:9060020260116185805: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:9060020260116185805:9"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805: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:9060020260116185805: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:9060020260116185805: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:9060020260116185805: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:9060020260116185805: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:9060020260116185805: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:9060020260116185805: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:9060020260116185805: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:9060020260116185805: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:9060020260116185805: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:9060020260116185805: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:9060020260116185805: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:9060020260116185805: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:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product": {
"name": "php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2)",
"product_id": "php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=aarch64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805: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:9060020260116185805: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:9060020260116185805: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:9060020260116185805: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:9060020260116185805: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:9060020260116185805: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:9060020260116185805: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:9060020260116185805: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:9060020260116185805: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:9060020260116185805: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:9060020260116185805: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:9060020260116185805: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:9060020260116185805: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:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product": {
"name": "php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2)",
"product_id": "php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=ppc64le\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805: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:9060020260116185805: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:9060020260116185805: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:9060020260116185805: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:9060020260116185805: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:9060020260116185805: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:9060020260116185805: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:9060020260116185805: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:9060020260116185805: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:9060020260116185805: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:9060020260116185805: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:9060020260116185805: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:9060020260116185805: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:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product": {
"name": "php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2)",
"product_id": "php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=s390x\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805: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:9060020260116185805: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:9060020260116185805: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:9060020260116185805: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:9060020260116185805: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:9060020260116185805: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:9060020260116185805: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:9060020260116185805: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:9060020260116185805: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:9060020260116185805: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:9060020260116185805: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:9060020260116185805: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:9060020260116185805: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:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product": {
"name": "php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2)",
"product_id": "php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.2.28-1.module%2Bel9.6.0%2B23892%2Bf0eec4a0.2?arch=x86_64\u0026rpmmod=php:8.2:9060020260116185805: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 EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS: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.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.src (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.src::php:8.2"
},
"product_reference": "php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.src::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"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 EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS: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.6.0.Z.EUS"
},
{
"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 EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS: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.6.0.Z.EUS"
},
{
"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 EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS: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.6.0.Z.EUS"
},
{
"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 EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS: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.6.0.Z.EUS"
},
{
"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 EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS: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.6.0.Z.EUS"
},
{
"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 EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS: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.6.0.Z.EUS"
},
{
"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 EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS: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.6.0.Z.EUS"
},
{
"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 EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS: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.6.0.Z.EUS"
},
{
"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 EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS: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.6.0.Z.EUS"
},
{
"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 EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS: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.6.0.Z.EUS"
},
{
"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 EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS: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.6.0.Z.EUS"
},
{
"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 EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS: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.6.0.Z.EUS"
},
{
"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 EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS: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.6.0.Z.EUS"
},
{
"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 EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS: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.6.0.Z.EUS"
},
{
"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 EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS: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.6.0.Z.EUS"
},
{
"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 EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS: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.6.0.Z.EUS"
},
{
"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 EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS: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.6.0.Z.EUS"
},
{
"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 EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS: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.6.0.Z.EUS"
},
{
"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 EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS: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.6.0.Z.EUS"
},
{
"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 EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS: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.6.0.Z.EUS"
},
{
"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 EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS: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.6.0.Z.EUS"
},
{
"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 EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS: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.6.0.Z.EUS"
},
{
"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 EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS: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.6.0.Z.EUS"
},
{
"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 EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS: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.6.0.Z.EUS"
},
{
"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 EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS: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.6.0.Z.EUS"
},
{
"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 EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS: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.6.0.Z.EUS"
},
{
"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 EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS: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.6.0.Z.EUS"
},
{
"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 EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS: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.6.0.Z.EUS"
},
{
"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 EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS: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.6.0.Z.EUS"
},
{
"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 EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS: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.6.0.Z.EUS"
},
{
"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 EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS: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.6.0.Z.EUS"
},
{
"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 EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS: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.6.0.Z.EUS"
},
{
"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 EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS: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.6.0.Z.EUS"
},
{
"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 EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS: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.6.0.Z.EUS"
},
{
"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 EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS: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.6.0.Z.EUS"
},
{
"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 EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS: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.6.0.Z.EUS"
},
{
"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 EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS: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.6.0.Z.EUS"
},
{
"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 EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS: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.6.0.Z.EUS"
},
{
"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 EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS: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.6.0.Z.EUS"
},
{
"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 EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS: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.6.0.Z.EUS"
},
{
"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 EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS: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.6.0.Z.EUS"
},
{
"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 EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS: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.6.0.Z.EUS"
},
{
"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 EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS: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.6.0.Z.EUS"
},
{
"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 EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS: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.6.0.Z.EUS"
},
{
"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 EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS: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.6.0.Z.EUS"
},
{
"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 EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS: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.6.0.Z.EUS"
},
{
"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 EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS: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.6.0.Z.EUS"
},
{
"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 EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS: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.6.0.Z.EUS"
},
{
"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 EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS: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.6.0.Z.EUS"
},
{
"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 EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS: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.6.0.Z.EUS"
},
{
"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 EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS: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.6.0.Z.EUS"
},
{
"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 EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS: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.6.0.Z.EUS"
},
{
"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 EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS: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.6.0.Z.EUS"
},
{
"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 EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS: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.6.0.Z.EUS"
},
{
"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 EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS: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.6.0.Z.EUS"
},
{
"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 EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS: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.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2"
},
"product_reference": "php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2"
},
"product_reference": "php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2"
},
"product_reference": "php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
},
"product_reference": "php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-14178",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-12-27T20:00:44.041960+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425625"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PHP. A heap-based buffer overflow occurs in the array_merge function when the total element count of packed arrays exceeds the 32-bit limit or the internal HT_MAX_SIZE due to an integer overflow in the precomputation of element counts using the zend_hash_num_elements function, causing a process crash and potentially memory corruption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: heap-based buffer overflow in array_merge()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker must be able to pass arrays to array_merge() containing a very large number of elements, specifically the total element count must exceed the 32-bit integer limit or the internal HT_MAX_SIZE constant. Creating such a massive array often triggers the memory limit of PHP and the system, causing an out-of-memory condition before the buffer overflow can be triggered, increasing the complexity of exploitation.\n\nAlso, default Red Hat Enterprise Linux security features, including SELinux enforcement, Address Space Layout Randomization (ASLR) and memory protections significantly increase the difficult of achieving arbitrary code execution, limiting the impact of this vulnerability.\n\nDue to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.EUS:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14178"
},
{
"category": "external",
"summary": "RHBZ#2425625",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425625"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14178",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14178"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14178",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14178"
},
{
"category": "external",
"summary": "https://github.com/php/php-src/security/advisories/GHSA-h96m-rvf9-jgm2",
"url": "https://github.com/php/php-src/security/advisories/GHSA-h96m-rvf9-jgm2"
}
],
"release_date": "2025-12-27T19:27:41.691000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-26T12:19:28+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.EUS:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1187"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.6.0.Z.EUS:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "php: heap-based buffer overflow in array_merge()"
},
{
"cve": "CVE-2025-14180",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-12-27T20:00:52.735842+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425627"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PHP. When the PDO (PHP Data Objects) PostgreSQL driver is configured with `PDO::ATTR_EMULATE_PREPARES` enabled, a remote attacker can exploit a vulnerability by providing an invalid character sequence within a prepared statement parameter. This can cause a null pointer dereference, leading to a server crash. The primary impact is a Denial of Service (DoS), affecting the availability of the target server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: PHP: Denial of Service via invalid character sequence in PDO PostgreSQL prepared statement",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat because it can lead to a Denial of Service in PHP applications utilizing the PDO PostgreSQL driver. Exploitation requires the `PDO::ATTR_EMULATE_PREPARES` option to be explicitly enabled, allowing a remote attacker to crash the server by providing a specially crafted invalid character sequence in a prepared statement parameter.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.EUS:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14180"
},
{
"category": "external",
"summary": "RHBZ#2425627",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425627"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14180"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14180",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14180"
},
{
"category": "external",
"summary": "https://github.com/php/php-src/security/advisories/GHSA-8xr5-qppj-gvwj",
"url": "https://github.com/php/php-src/security/advisories/GHSA-8xr5-qppj-gvwj"
}
],
"release_date": "2025-12-27T19:21:20.768000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-26T12:19:28+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.EUS:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1187"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"AppStream-9.6.0.Z.EUS:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.aarch64::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.ppc64le::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.s390x::php:8.2",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.2.28-1.module+el9.6.0+23892+f0eec4a0.2.x86_64::php:8.2"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "php: PHP: Denial of Service via invalid character sequence in PDO PostgreSQL prepared statement"
}
]
}
RHSA-2026:1412
Vulnerability from csaf_redhat - Published: 2026-01-27 17:44 - Updated: 2026-02-06 20:16Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the php:8.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 Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server.\n\nSecurity Fix(es):\n\n* php: pgsql extension does not check for errors during escaping (CVE-2025-1735)\n\n* php: NULL Pointer Dereference in PHP SOAP Extension via Large XML Namespace Prefix (CVE-2025-6491)\n\n* php: PHP Hostname Null Character Vulnerability (CVE-2025-1220)\n\n* php: heap-based buffer overflow in array_merge() (CVE-2025-14178)\n\n* php: PHP: Information disclosure via getimagesize() function when reading multi-chunk images (CVE-2025-14177)\n\n* php: PHP: Denial of Service via invalid character sequence in PDO PostgreSQL prepared statement (CVE-2025-14180)\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-2026:1412",
"url": "https://access.redhat.com/errata/RHSA-2026:1412"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2378689",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2378689"
},
{
"category": "external",
"summary": "2378690",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2378690"
},
{
"category": "external",
"summary": "2379792",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379792"
},
{
"category": "external",
"summary": "2425625",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425625"
},
{
"category": "external",
"summary": "2425626",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425626"
},
{
"category": "external",
"summary": "2425627",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425627"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_1412.json"
}
],
"title": "Red Hat Security Advisory: php:8.2 security update",
"tracking": {
"current_release_date": "2026-02-06T20:16:45+00:00",
"generator": {
"date": "2026-02-06T20:16:45+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.1"
}
},
"id": "RHSA-2026:1412",
"initial_release_date": "2026-01-27T17:44:24+00:00",
"revision_history": [
{
"date": "2026-01-27T17:44:24+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-01-27T17:44:24+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-06T20:16:45+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:8100020260106091451: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:8100020260106091451: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:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-0:8.2.30-1.module+el8.10.0+23848+33d54484.src::php:8.2",
"product": {
"name": "php-0:8.2.30-1.module+el8.10.0+23848+33d54484.src (php:8.2)",
"product_id": "php-0:8.2.30-1.module+el8.10.0+23848+33d54484.src::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=src\u0026rpmmod=php:8.2:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product": {
"name": "php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64 (php:8.2)",
"product_id": "php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=aarch64\u0026rpmmod=php:8.2:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product": {
"name": "php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le (php:8.2)",
"product_id": "php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=ppc64le\u0026rpmmod=php:8.2:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product": {
"name": "php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x (php:8.2)",
"product_id": "php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=s390x\u0026rpmmod=php:8.2:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451: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:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451:f7998665"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product": {
"name": "php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64 (php:8.2)",
"product_id": "php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.2.30-1.module%2Bel8.10.0%2B23848%2B33d54484?arch=x86_64\u0026rpmmod=php:8.2:8100020260106091451: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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.src::php:8.2"
},
"product_reference": "php-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2"
},
"product_reference": "php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2"
},
"product_reference": "php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2"
},
"product_reference": "php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
},
"product_reference": "php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-1220",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"discovery_date": "2025-07-13T23:00:46.594967+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2379792"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PHP. The `fsockopen()` function and related functions fail to validate NULL characters within the provided hostname, potentially leading to unexpected behavior during parsing. This flaw allows a network attacker to supply a specially crafted hostname. This issue can result in a denial of service due to parsing errors.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: PHP Hostname Null Character Vulnerability",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "PHP does not classify this issue as a security issue because users are expected to sanitize the input. Nevertheless, this was considered a low-impact security issue as a precaution for users who do not follow that practice.",
"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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-1220"
},
{
"category": "external",
"summary": "RHBZ#2379792",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379792"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-1220",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1220"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-1220",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-1220"
},
{
"category": "external",
"summary": "https://github.com/php/php-src/security/advisories/GHSA-3cr5-j632-f35r",
"url": "https://github.com/php/php-src/security/advisories/GHSA-3cr5-j632-f35r"
}
],
"release_date": "2025-07-13T22:18:36.974000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-27T17:44:24+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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1412"
},
{
"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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.7,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A: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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "php: PHP Hostname Null Character Vulnerability"
},
{
"cve": "CVE-2025-1735",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-07-08T17:16:10.899000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2378689"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PHP. Missing error checking could result in SQL injection, and missing error handling could lead to crashes due to null pointer dereferences.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: pgsql extension does not check for errors during escaping",
"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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-1735"
},
{
"category": "external",
"summary": "RHBZ#2378689",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2378689"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-1735",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1735"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-1735",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-1735"
},
{
"category": "external",
"summary": "https://github.com/php/php-src/security/advisories/GHSA-hrwm-9436-5mv3",
"url": "https://github.com/php/php-src/security/advisories/GHSA-hrwm-9436-5mv3"
}
],
"release_date": "2025-07-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-27T17:44:24+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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1412"
},
{
"category": "workaround",
"details": "Currently, no mitigation is currently available for this vulnerability.",
"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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "php: pgsql extension does not check for errors during escaping"
},
{
"cve": "CVE-2025-6491",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-07-08T17:16:05.584000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2378690"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in PHP. If a SoapVar instance is created with a fully qualified name larger than 2G, this will cause a NULL pointer dereference resulting in a segmentation fault, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: NULL Pointer Dereference in PHP SOAP Extension via Large XML Namespace Prefix",
"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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-6491"
},
{
"category": "external",
"summary": "RHBZ#2378690",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2378690"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-6491",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6491"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-6491",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-6491"
},
{
"category": "external",
"summary": "https://github.com/php/php-src/security/advisories/GHSA-453j-q27h-5p8x",
"url": "https://github.com/php/php-src/security/advisories/GHSA-453j-q27h-5p8x"
}
],
"release_date": "2025-07-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-27T17:44:24+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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1412"
},
{
"category": "workaround",
"details": "Currently, no mitigation is currently available for this vulnerability.",
"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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "php: NULL Pointer Dereference in PHP SOAP Extension via Large XML Namespace Prefix"
},
{
"cve": "CVE-2025-14177",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2025-12-27T20:00:48.661724+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425626"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PHP. The getimagesize() function may leak uninitialized heap memory when processing images in multi-chunk mode, such as through php://filter. This vulnerability, caused by a bug in php_read_stream_all_chunks() that overwrites the buffer without advancing the pointer, allows an attacker to potentially disclose sensitive information from the server\u0027s memory. This could compromise the confidentiality of data on the affected server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: PHP: Information disclosure via getimagesize() function when reading multi-chunk images",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Low for Red Hat. The flaw in PHP\u0027s `getimagesize()` function can lead to information disclosure by leaking uninitialized heap memory when processing multi-chunk images, potentially via `php://filter`. This affects the confidentiality of data on systems running affected PHP versions in Red Hat Enterprise Linux 8 (php:8.2/php), Red Hat Enterprise Linux 9 (php, php:8.2/php, php:8.3/php), and Red Hat Enterprise Linux 10 (php, php8.4). The PHP 7 streams for Red Hat Enterprise Linux 7 and 8 are not affected by this vulnerability as the way it reads and stores image metadata is implemented differently than how it\u0027s on affected PHP 8 versions.",
"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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14177"
},
{
"category": "external",
"summary": "RHBZ#2425626",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425626"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14177",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14177"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14177",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14177"
},
{
"category": "external",
"summary": "https://github.com/php/php-src/security/advisories/GHSA-3237-qqm7-mfv7",
"url": "https://github.com/php/php-src/security/advisories/GHSA-3237-qqm7-mfv7"
}
],
"release_date": "2025-12-27T19:33:23.973000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-27T17:44:24+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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1412"
},
{
"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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.7,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A: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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "php: PHP: Information disclosure via getimagesize() function when reading multi-chunk images"
},
{
"cve": "CVE-2025-14178",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-12-27T20:00:44.041960+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425625"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PHP. A heap-based buffer overflow occurs in the array_merge function when the total element count of packed arrays exceeds the 32-bit limit or the internal HT_MAX_SIZE due to an integer overflow in the precomputation of element counts using the zend_hash_num_elements function, causing a process crash and potentially memory corruption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: heap-based buffer overflow in array_merge()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker must be able to pass arrays to array_merge() containing a very large number of elements, specifically the total element count must exceed the 32-bit integer limit or the internal HT_MAX_SIZE constant. Creating such a massive array often triggers the memory limit of PHP and the system, causing an out-of-memory condition before the buffer overflow can be triggered, increasing the complexity of exploitation.\n\nAlso, default Red Hat Enterprise Linux security features, including SELinux enforcement, Address Space Layout Randomization (ASLR) and memory protections significantly increase the difficult of achieving arbitrary code execution, limiting the impact of this vulnerability.\n\nDue to these reasons, this flaw has been rated with a moderate severity.",
"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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14178"
},
{
"category": "external",
"summary": "RHBZ#2425625",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425625"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14178",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14178"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14178",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14178"
},
{
"category": "external",
"summary": "https://github.com/php/php-src/security/advisories/GHSA-h96m-rvf9-jgm2",
"url": "https://github.com/php/php-src/security/advisories/GHSA-h96m-rvf9-jgm2"
}
],
"release_date": "2025-12-27T19:27:41.691000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-27T17:44:24+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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1412"
},
{
"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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H",
"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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "php: heap-based buffer overflow in array_merge()"
},
{
"cve": "CVE-2025-14180",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-12-27T20:00:52.735842+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425627"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PHP. When the PDO (PHP Data Objects) PostgreSQL driver is configured with `PDO::ATTR_EMULATE_PREPARES` enabled, a remote attacker can exploit a vulnerability by providing an invalid character sequence within a prepared statement parameter. This can cause a null pointer dereference, leading to a server crash. The primary impact is a Denial of Service (DoS), affecting the availability of the target server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: PHP: Denial of Service via invalid character sequence in PDO PostgreSQL prepared statement",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat because it can lead to a Denial of Service in PHP applications utilizing the PDO PostgreSQL driver. Exploitation requires the `PDO::ATTR_EMULATE_PREPARES` option to be explicitly enabled, allowing a remote attacker to crash the server by providing a specially crafted invalid character sequence in a prepared statement parameter.",
"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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14180"
},
{
"category": "external",
"summary": "RHBZ#2425627",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425627"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14180"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14180",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14180"
},
{
"category": "external",
"summary": "https://github.com/php/php-src/security/advisories/GHSA-8xr5-qppj-gvwj",
"url": "https://github.com/php/php-src/security/advisories/GHSA-8xr5-qppj-gvwj"
}
],
"release_date": "2025-12-27T19:21:20.768000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-27T17:44:24+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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1412"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, 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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.src::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.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.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.aarch64::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.ppc64le::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.s390x::php:8.2",
"AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.30-1.module+el8.10.0+23848+33d54484.x86_64::php:8.2"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "php: PHP: Denial of Service via invalid character sequence in PDO PostgreSQL prepared statement"
}
]
}
RHSA-2026:1190
Vulnerability from csaf_redhat - Published: 2026-01-26 13:00 - Updated: 2026-02-03 20:02Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the php:8.3 module is now available for Red Hat Enterprise Linux 9.6 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server.\n\nSecurity Fix(es):\n\n* php: heap-based buffer overflow in array_merge() (CVE-2025-14178)\n\n* php: PHP: Denial of Service via invalid character sequence in PDO PostgreSQL prepared statement (CVE-2025-14180)\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-2026:1190",
"url": "https://access.redhat.com/errata/RHSA-2026:1190"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2425625",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425625"
},
{
"category": "external",
"summary": "2425627",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425627"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_1190.json"
}
],
"title": "Red Hat Security Advisory: php:8.3 security update",
"tracking": {
"current_release_date": "2026-02-03T20:02:58+00:00",
"generator": {
"date": "2026-02-03T20:02:58+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.16"
}
},
"id": "RHSA-2026:1190",
"initial_release_date": "2026-01-26T13:00:21+00:00",
"revision_history": [
{
"date": "2026-01-26T13:00:21+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-01-26T13:00:21+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-03T20:02:58+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 EUS (v.9.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.6::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch::php:8.3",
"product": {
"name": "apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch (php:8.3)",
"product_id": "apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/apcu-panel@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=noarch\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.src::php:8.3",
"product": {
"name": "php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.src (php:8.3)",
"product_id": "php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.src::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=src\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"product": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src (php:8.3)",
"product_id": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=src\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src::php:8.3",
"product": {
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src (php:8.3)",
"product_id": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-redis6@6.1.0-2.module%2Bel9.6.0%2B22647%2B1741ae35?arch=src\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src::php:8.3",
"product": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src (php:8.3)",
"product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.6.0%2B22647%2B1741ae35?arch=src\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"product": {
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src (php:8.3)",
"product_id": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.3.1-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=src\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"product": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src (php:8.3)",
"product_id": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=src\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-redis6@6.1.0-2.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-redis6-debuginfo@6.1.0-2.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-redis6-debugsource@6.1.0-2.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-4.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-4.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.3.1-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.3.1-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.3.1-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.22.3-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3)",
"product_id": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.22.3-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product": {
"name": "php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3)",
"product_id": "php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=aarch64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-redis6@6.1.0-2.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-redis6-debuginfo@6.1.0-2.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-redis6-debugsource@6.1.0-2.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-4.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-4.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.3.1-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.3.1-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.3.1-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.22.3-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3)",
"product_id": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.22.3-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product": {
"name": "php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3)",
"product_id": "php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=ppc64le\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-redis6@6.1.0-2.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-redis6-debuginfo@6.1.0-2.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-redis6-debugsource@6.1.0-2.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-4.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-4.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.3.1-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.3.1-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.3.1-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.22.3-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3)",
"product_id": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.22.3-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product": {
"name": "php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3)",
"product_id": "php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=s390x\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.23-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-redis6@6.1.0-2.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-redis6-debuginfo@6.1.0-2.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-redis6-debugsource@6.1.0-2.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-4.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-4.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.3.1-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.3.1-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.3.1-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.22.3-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3)",
"product_id": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.22.3-1.module%2Bel9.6.0%2B22647%2B1741ae35?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534:9"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product": {
"name": "php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3)",
"product_id": "php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.3.19-1.module%2Bel9.6.0%2B23891%2B2c64b922.2?arch=x86_64\u0026rpmmod=php:8.3:9060020260116180534: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.6.0+22647+1741ae35.noarch (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch::php:8.3"
},
"product_reference": "apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.src (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.src::php:8.3"
},
"product_reference": "php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.src::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src::php:8.3"
},
"product_reference": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src::php:8.3"
},
"product_reference": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src::php:8.3"
},
"product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src::php:8.3"
},
"product_reference": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src::php:8.3"
},
"product_reference": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3"
},
"product_reference": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3"
},
"product_reference": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3"
},
"product_reference": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3"
},
"product_reference": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3"
},
"product_reference": "php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3"
},
"product_reference": "php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3"
},
"product_reference": "php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64 (php:8.3) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
},
"product_reference": "php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-14178",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-12-27T20:00:44.041960+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425625"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PHP. A heap-based buffer overflow occurs in the array_merge function when the total element count of packed arrays exceeds the 32-bit limit or the internal HT_MAX_SIZE due to an integer overflow in the precomputation of element counts using the zend_hash_num_elements function, causing a process crash and potentially memory corruption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: heap-based buffer overflow in array_merge()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker must be able to pass arrays to array_merge() containing a very large number of elements, specifically the total element count must exceed the 32-bit integer limit or the internal HT_MAX_SIZE constant. Creating such a massive array often triggers the memory limit of PHP and the system, causing an out-of-memory condition before the buffer overflow can be triggered, increasing the complexity of exploitation.\n\nAlso, default Red Hat Enterprise Linux security features, including SELinux enforcement, Address Space Layout Randomization (ASLR) and memory protections significantly increase the difficult of achieving arbitrary code execution, limiting the impact of this vulnerability.\n\nDue to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.EUS:apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14178"
},
{
"category": "external",
"summary": "RHBZ#2425625",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425625"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14178",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14178"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14178",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14178"
},
{
"category": "external",
"summary": "https://github.com/php/php-src/security/advisories/GHSA-h96m-rvf9-jgm2",
"url": "https://github.com/php/php-src/security/advisories/GHSA-h96m-rvf9-jgm2"
}
],
"release_date": "2025-12-27T19:27:41.691000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-26T13:00:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.EUS:apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1190"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.6.0.Z.EUS:apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "php: heap-based buffer overflow in array_merge()"
},
{
"cve": "CVE-2025-14180",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-12-27T20:00:52.735842+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425627"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PHP. When the PDO (PHP Data Objects) PostgreSQL driver is configured with `PDO::ATTR_EMULATE_PREPARES` enabled, a remote attacker can exploit a vulnerability by providing an invalid character sequence within a prepared statement parameter. This can cause a null pointer dereference, leading to a server crash. The primary impact is a Denial of Service (DoS), affecting the availability of the target server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: PHP: Denial of Service via invalid character sequence in PDO PostgreSQL prepared statement",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat because it can lead to a Denial of Service in PHP applications utilizing the PDO PostgreSQL driver. Exploitation requires the `PDO::ATTR_EMULATE_PREPARES` option to be explicitly enabled, allowing a remote attacker to crash the server by providing a specially crafted invalid character sequence in a prepared statement parameter.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.EUS:apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14180"
},
{
"category": "external",
"summary": "RHBZ#2425627",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425627"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14180"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14180",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14180"
},
{
"category": "external",
"summary": "https://github.com/php/php-src/security/advisories/GHSA-8xr5-qppj-gvwj",
"url": "https://github.com/php/php-src/security/advisories/GHSA-8xr5-qppj-gvwj"
}
],
"release_date": "2025-12-27T19:21:20.768000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-26T13:00:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.EUS:apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1190"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"AppStream-9.6.0.Z.EUS:apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:apcu-panel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.noarch::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-bcmath-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-cli-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-common-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dba-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-dbg-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-debugsource-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-devel-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-embedded-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-enchant-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ffi-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-fpm-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-gmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-intl-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-ldap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mbstring-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-mysqlnd-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-odbc-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-opcache-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pdo-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debuginfo-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-redis6-debugsource-0:6.1.0-2.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debuginfo-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-xdebug3-debugsource-0:3.3.1-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.src::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.6.0+22647+1741ae35.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-pgsql-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-process-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-snmp-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-soap-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.aarch64::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.ppc64le::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.s390x::php:8.3",
"AppStream-9.6.0.Z.EUS:php-xml-debuginfo-0:8.3.19-1.module+el9.6.0+23891+2c64b922.2.x86_64::php:8.3"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "php: PHP: Denial of Service via invalid character sequence in PDO PostgreSQL prepared statement"
}
]
}
RHSA-2026:1185
Vulnerability from csaf_redhat - Published: 2026-01-26 11:43 - Updated: 2026-02-03 20:02Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for php is now available for Red Hat Enterprise Linux 10.0 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server.\n\nSecurity Fix(es):\n\n* php: heap-based buffer overflow in array_merge() (CVE-2025-14178)\n\n* php: PHP: Denial of Service via invalid character sequence in PDO PostgreSQL prepared statement (CVE-2025-14180)\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-2026:1185",
"url": "https://access.redhat.com/errata/RHSA-2026:1185"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2425625",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425625"
},
{
"category": "external",
"summary": "2425627",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425627"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_1185.json"
}
],
"title": "Red Hat Security Advisory: php security update",
"tracking": {
"current_release_date": "2026-02-03T20:02:56+00:00",
"generator": {
"date": "2026-02-03T20:02:56+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.16"
}
},
"id": "RHSA-2026:1185",
"initial_release_date": "2026-01-26T11:43:38+00:00",
"revision_history": [
{
"date": "2026-01-26T11:43:38+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-01-26T11:43:38+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-03T20:02:56+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 EUS (v. 10.0)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux_eus:10.0"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.3.19-1.el10_0.1.src",
"product": {
"name": "php-0:8.3.19-1.el10_0.1.src",
"product_id": "php-0:8.3.19-1.el10_0.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.3.19-1.el10_0.1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-bcmath-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-bcmath-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-cli-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-cli-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-common-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-common-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-dba-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-dba-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-dbg-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-dbg-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-devel-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-devel-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-embedded-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-embedded-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-enchant-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-enchant-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-ffi-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-ffi-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-fpm-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-fpm-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-gd-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-gd-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-gmp-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-gmp-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-intl-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-intl-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-ldap-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-ldap-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-mbstring-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-mbstring-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-mysqlnd-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-mysqlnd-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-odbc-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-odbc-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-opcache-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-opcache-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-pdo-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-pdo-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-pgsql-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-pgsql-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-process-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-process-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-snmp-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-snmp-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-soap-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-soap-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-xml-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-xml-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-debugsource-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-debugsource-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-cli-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-cli-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-common-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-common-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-dba-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-dba-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-dbg-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-dbg-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-embedded-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-embedded-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-enchant-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-enchant-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-ffi-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-ffi-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-fpm-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-fpm-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-gd-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-gd-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-gmp-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-gmp-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-intl-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-intl-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-ldap-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-ldap-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-odbc-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-odbc-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-opcache-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-opcache-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-pdo-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-pdo-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-process-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-process-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-snmp-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-snmp-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-soap-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-soap-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.3.19-1.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product": {
"name": "php-xml-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_id": "php-xml-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.3.19-1.el10_0.1?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-bcmath-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-bcmath-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-cli-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-cli-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-common-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-common-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-dba-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-dba-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-dbg-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-dbg-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-devel-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-devel-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-embedded-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-embedded-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-enchant-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-enchant-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-ffi-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-ffi-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-fpm-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-fpm-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-gd-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-gd-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-gmp-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-gmp-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-intl-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-intl-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-ldap-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-ldap-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-mbstring-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-mbstring-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-mysqlnd-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-mysqlnd-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-odbc-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-odbc-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-opcache-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-opcache-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-pdo-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-pdo-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-pgsql-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-pgsql-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-process-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-process-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-snmp-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-snmp-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-soap-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-soap-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-xml-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-xml-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-debugsource-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-debugsource-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-cli-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-cli-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-common-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-common-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-dba-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-dba-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-dbg-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-dbg-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-embedded-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-embedded-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-enchant-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-enchant-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-ffi-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-ffi-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-fpm-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-fpm-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-gd-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-gd-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-gmp-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-gmp-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-intl-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-intl-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-ldap-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-ldap-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-odbc-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-odbc-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-opcache-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-opcache-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-pdo-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-pdo-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-process-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-process-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-snmp-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-snmp-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-soap-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-soap-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product": {
"name": "php-xml-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_id": "php-xml-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.3.19-1.el10_0.1?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-bcmath-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-bcmath-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-cli-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-cli-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-common-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-common-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-dba-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-dba-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-dbg-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-dbg-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-devel-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-devel-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-embedded-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-embedded-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-enchant-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-enchant-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-ffi-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-ffi-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-fpm-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-fpm-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-gd-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-gd-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-gmp-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-gmp-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-intl-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-intl-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-ldap-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-ldap-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-mbstring-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-mbstring-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-mysqlnd-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-mysqlnd-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-odbc-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-odbc-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-opcache-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-opcache-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-pdo-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-pdo-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-pgsql-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-pgsql-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-process-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-process-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-snmp-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-snmp-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-soap-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-soap-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-xml-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-xml-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-debugsource-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-debugsource-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-cli-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-cli-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-common-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-common-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-dba-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-dba-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-dbg-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-dbg-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-embedded-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-embedded-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-enchant-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-enchant-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-ffi-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-ffi-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-fpm-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-fpm-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-gd-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-gd-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-gmp-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-gmp-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-intl-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-intl-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-ldap-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-ldap-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-odbc-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-odbc-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-opcache-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-opcache-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-pdo-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-pdo-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-process-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-process-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-snmp-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-snmp-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-soap-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-soap-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.3.19-1.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product": {
"name": "php-xml-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_id": "php-xml-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.3.19-1.el10_0.1?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "php-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-bcmath-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-bcmath-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-cli-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-cli-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-cli-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-common-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-common-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-common-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-dba-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-dba-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-dba-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-dbg-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-dbg-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-dbg-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-devel-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-devel-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-devel-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-devel@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-embedded-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-embedded-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-embedded-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-enchant-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-enchant-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-enchant-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-ffi-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-ffi-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-ffi-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-fpm-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-fpm-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-fpm-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-gd-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-gd-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-gd-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-gmp-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-gmp-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-gmp-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-intl-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-intl-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-intl-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-ldap-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-ldap-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-ldap-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-mbstring-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-mbstring-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-mysqlnd-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-mysqlnd-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-odbc-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-odbc-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-odbc-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-opcache-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-opcache-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-opcache-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-pdo-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-pdo-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-pdo-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-pgsql-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-pgsql-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-process-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-process-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-process-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-snmp-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-snmp-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-snmp-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-soap-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-soap-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-soap-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-xml-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-xml-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-xml-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-debugsource-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-debugsource-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-debugsource-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debugsource@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-cli-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-cli-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-cli-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-cli-debuginfo@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-common-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-common-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-common-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-common-debuginfo@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-dba-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-dba-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-dba-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dba-debuginfo@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-dbg-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-dbg-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-dbg-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-debuginfo@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-embedded-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-embedded-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-embedded-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-enchant-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-enchant-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-enchant-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-ffi-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-ffi-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-ffi-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-fpm-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-fpm-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-fpm-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-gd-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-gd-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-gd-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gd-debuginfo@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-gmp-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-gmp-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-gmp-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-intl-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-intl-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-intl-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-intl-debuginfo@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-ldap-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-ldap-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-ldap-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-odbc-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-odbc-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-odbc-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-opcache-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-opcache-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-opcache-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-pdo-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-pdo-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-pdo-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-process-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-process-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-process-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-process-debuginfo@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-snmp-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-snmp-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-snmp-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-soap-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-soap-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-soap-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-soap-debuginfo@8.3.19-1.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "php-xml-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product": {
"name": "php-xml-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_id": "php-xml-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/php-xml-debuginfo@8.3.19-1.el10_0.1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.3.19-1.el10_0.1.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.src"
},
"product_reference": "php-0:8.3.19-1.el10_0.1.src",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-bcmath-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-bcmath-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-bcmath-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-bcmath-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-cli-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-cli-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-cli-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-cli-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-cli-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-cli-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-cli-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-cli-debuginfo-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-cli-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-common-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-common-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-common-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-common-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-common-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-common-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-common-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-common-debuginfo-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-common-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-dba-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-dba-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-dba-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-dba-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-dba-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-dba-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-dba-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dba-debuginfo-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-dba-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-dbg-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-dbg-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-dbg-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-dbg-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-dbg-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-dbg-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-dbg-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-dbg-debuginfo-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-dbg-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debuginfo-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-debugsource-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-debugsource-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-debugsource-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-debugsource-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-debugsource-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-devel-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-devel-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-devel-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-devel-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-devel-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-embedded-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-embedded-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-embedded-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-embedded-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-embedded-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-embedded-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-embedded-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-embedded-debuginfo-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-embedded-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-enchant-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-enchant-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-enchant-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-enchant-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-enchant-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-enchant-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-enchant-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-enchant-debuginfo-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-enchant-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-ffi-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-ffi-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-ffi-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-ffi-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-ffi-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-ffi-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-ffi-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ffi-debuginfo-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-ffi-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-fpm-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-fpm-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-fpm-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-fpm-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-fpm-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-fpm-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-fpm-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-fpm-debuginfo-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-fpm-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-gd-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-gd-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-gd-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-gd-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-gd-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-gd-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-gd-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gd-debuginfo-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-gd-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-gmp-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-gmp-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-gmp-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-gmp-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-gmp-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-gmp-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-gmp-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-gmp-debuginfo-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-gmp-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-intl-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-intl-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-intl-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-intl-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-intl-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-intl-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-intl-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-intl-debuginfo-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-intl-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-ldap-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-ldap-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-ldap-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-ldap-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-ldap-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-ldap-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-ldap-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-ldap-debuginfo-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-ldap-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-mbstring-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-mbstring-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-mbstring-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-mbstring-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-mysqlnd-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-mysqlnd-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-mysqlnd-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-mysqlnd-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-odbc-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-odbc-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-odbc-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-odbc-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-odbc-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-odbc-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-odbc-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-odbc-debuginfo-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-odbc-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-opcache-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-opcache-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-opcache-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-opcache-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-opcache-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-opcache-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-opcache-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-opcache-debuginfo-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-opcache-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-pdo-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-pdo-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-pdo-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-pdo-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-pdo-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-pdo-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-pdo-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pdo-debuginfo-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-pdo-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-pgsql-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-pgsql-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-pgsql-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-pgsql-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-process-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-process-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-process-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-process-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-process-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-process-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-process-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-process-debuginfo-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-process-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-snmp-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-snmp-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-snmp-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-snmp-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-snmp-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-snmp-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-snmp-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-snmp-debuginfo-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-snmp-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-soap-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-soap-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-soap-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-soap-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-soap-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-soap-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-soap-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-soap-debuginfo-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-soap-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-xml-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-xml-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-xml-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-xml-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.3.19-1.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.aarch64"
},
"product_reference": "php-xml-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.3.19-1.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.ppc64le"
},
"product_reference": "php-xml-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.3.19-1.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.s390x"
},
"product_reference": "php-xml-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php-xml-debuginfo-0:8.3.19-1.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
},
"product_reference": "php-xml-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-14178",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-12-27T20:00:44.041960+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425625"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PHP. A heap-based buffer overflow occurs in the array_merge function when the total element count of packed arrays exceeds the 32-bit limit or the internal HT_MAX_SIZE due to an integer overflow in the precomputation of element counts using the zend_hash_num_elements function, causing a process crash and potentially memory corruption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: heap-based buffer overflow in array_merge()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker must be able to pass arrays to array_merge() containing a very large number of elements, specifically the total element count must exceed the 32-bit integer limit or the internal HT_MAX_SIZE constant. Creating such a massive array often triggers the memory limit of PHP and the system, causing an out-of-memory condition before the buffer overflow can be triggered, increasing the complexity of exploitation.\n\nAlso, default Red Hat Enterprise Linux security features, including SELinux enforcement, Address Space Layout Randomization (ASLR) and memory protections significantly increase the difficult of achieving arbitrary code execution, limiting the impact of this vulnerability.\n\nDue to these reasons, this flaw has been rated with a moderate severity.",
"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-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.src",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14178"
},
{
"category": "external",
"summary": "RHBZ#2425625",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425625"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14178",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14178"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14178",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14178"
},
{
"category": "external",
"summary": "https://github.com/php/php-src/security/advisories/GHSA-h96m-rvf9-jgm2",
"url": "https://github.com/php/php-src/security/advisories/GHSA-h96m-rvf9-jgm2"
}
],
"release_date": "2025-12-27T19:27:41.691000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-26T11:43: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-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.src",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1185"
},
{
"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-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.src",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.src",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "php: heap-based buffer overflow in array_merge()"
},
{
"cve": "CVE-2025-14180",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-12-27T20:00:52.735842+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425627"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PHP. When the PDO (PHP Data Objects) PostgreSQL driver is configured with `PDO::ATTR_EMULATE_PREPARES` enabled, a remote attacker can exploit a vulnerability by providing an invalid character sequence within a prepared statement parameter. This can cause a null pointer dereference, leading to a server crash. The primary impact is a Denial of Service (DoS), affecting the availability of the target server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: PHP: Denial of Service via invalid character sequence in PDO PostgreSQL prepared statement",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat because it can lead to a Denial of Service in PHP applications utilizing the PDO PostgreSQL driver. Exploitation requires the `PDO::ATTR_EMULATE_PREPARES` option to be explicitly enabled, allowing a remote attacker to crash the server by providing a specially crafted invalid character sequence in a prepared statement parameter.",
"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-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.src",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14180"
},
{
"category": "external",
"summary": "RHBZ#2425627",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425627"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14180"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14180",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14180"
},
{
"category": "external",
"summary": "https://github.com/php/php-src/security/advisories/GHSA-8xr5-qppj-gvwj",
"url": "https://github.com/php/php-src/security/advisories/GHSA-8xr5-qppj-gvwj"
}
],
"release_date": "2025-12-27T19:21:20.768000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-26T11:43: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-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.src",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1185"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.src",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.src",
"AppStream-10.0.Z.E2S:php-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-bcmath-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-bcmath-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-cli-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-cli-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-common-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-common-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dba-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dba-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dbg-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-dbg-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-debugsource-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-devel-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-embedded-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-embedded-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-enchant-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-enchant-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ffi-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ffi-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-fpm-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-fpm-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gd-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gd-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gmp-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-gmp-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-intl-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-intl-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ldap-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-ldap-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mbstring-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mbstring-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mysqlnd-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-mysqlnd-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-odbc-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-odbc-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-opcache-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-opcache-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pdo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pdo-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pgsql-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-pgsql-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-process-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-process-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-snmp-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-snmp-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-soap-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-soap-debuginfo-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-xml-0:8.3.19-1.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:php-xml-debuginfo-0:8.3.19-1.el10_0.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "php: PHP: Denial of Service via invalid character sequence in PDO PostgreSQL prepared statement"
}
]
}
bit-libphp-2025-14180
Vulnerability from bitnami_vulndb
In PHP versions 8.1. before 8.1.34, 8.2. before 8.2.30, 8.3. before 8.3.29, 8.4. before 8.4.16, 8.5.* before 8.5.1 when using the PDO PostgreSQL driver with PDO::ATTR_EMULATE_PREPARES enabled, an invalid character sequence (such as \x99) in a prepared statement parameter may cause the quoting function PQescapeStringConn to return NULL, leading to a null pointer dereference in pdo_parse_params() function. This may lead to crashes (segmentation fault) and affect the availability of the target server.
{
"affected": [
{
"package": {
"ecosystem": "Bitnami",
"name": "libphp",
"purl": "pkg:bitnami/libphp"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "8.1.34"
},
{
"introduced": "8.2.0"
},
{
"fixed": "8.2.30"
},
{
"introduced": "8.3.0"
},
{
"fixed": "8.3.29"
},
{
"introduced": "8.4.0"
},
{
"fixed": "8.4.16"
},
{
"introduced": "8.5.0"
},
{
"fixed": "8.5.1"
}
],
"type": "SEMVER"
}
],
"severity": [
{
"score": "CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X",
"type": "CVSS_V4"
}
]
}
],
"aliases": [
"CVE-2025-14180"
],
"database_specific": {
"cpes": [
"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*"
],
"severity": "High"
},
"details": "In PHP versions 8.1.* before 8.1.34, 8.2.* before 8.2.30, 8.3.* before 8.3.29, 8.4.* before 8.4.16, 8.5.* before 8.5.1 when using the PDO PostgreSQL driver with PDO::ATTR_EMULATE_PREPARES enabled, an invalid character sequence (such as \\x99) in a prepared statement parameter may cause the quoting function PQescapeStringConn to return NULL, leading to a null pointer dereference in pdo_parse_params() function. This may lead to crashes (segmentation fault) and affect the availability of the target server.",
"id": "BIT-libphp-2025-14180",
"modified": "2026-01-08T12:08:29.041Z",
"published": "2026-01-08T11:43:29.868Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/php/php-src/security/advisories/GHSA-8xr5-qppj-gvwj"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14180"
}
],
"schema_version": "1.6.2",
"summary": "NULL Pointer Dereference in PDO quoting"
}
bit-php-2025-14180
Vulnerability from bitnami_vulndb
In PHP versions 8.1. before 8.1.34, 8.2. before 8.2.30, 8.3. before 8.3.29, 8.4. before 8.4.16, 8.5.* before 8.5.1 when using the PDO PostgreSQL driver with PDO::ATTR_EMULATE_PREPARES enabled, an invalid character sequence (such as \x99) in a prepared statement parameter may cause the quoting function PQescapeStringConn to return NULL, leading to a null pointer dereference in pdo_parse_params() function. This may lead to crashes (segmentation fault) and affect the availability of the target server.
{
"affected": [
{
"package": {
"ecosystem": "Bitnami",
"name": "php",
"purl": "pkg:bitnami/php"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "8.1.34"
},
{
"introduced": "8.2.0"
},
{
"fixed": "8.2.30"
},
{
"introduced": "8.3.0"
},
{
"fixed": "8.3.29"
},
{
"introduced": "8.4.0"
},
{
"fixed": "8.4.16"
},
{
"introduced": "8.5.0"
},
{
"fixed": "8.5.1"
}
],
"type": "SEMVER"
}
],
"severity": [
{
"score": "CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X",
"type": "CVSS_V4"
}
]
}
],
"aliases": [
"CVE-2025-14180"
],
"database_specific": {
"cpes": [
"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*"
],
"severity": "High"
},
"details": "In PHP versions 8.1.* before 8.1.34, 8.2.* before 8.2.30, 8.3.* before 8.3.29, 8.4.* before 8.4.16, 8.5.* before 8.5.1 when using the PDO PostgreSQL driver with PDO::ATTR_EMULATE_PREPARES enabled, an invalid character sequence (such as \\x99) in a prepared statement parameter may cause the quoting function PQescapeStringConn to return NULL, leading to a null pointer dereference in pdo_parse_params() function. This may lead to crashes (segmentation fault) and affect the availability of the target server.",
"id": "BIT-php-2025-14180",
"modified": "2026-01-08T12:08:29.041Z",
"published": "2026-01-08T11:48:33.482Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/php/php-src/security/advisories/GHSA-8xr5-qppj-gvwj"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14180"
}
],
"schema_version": "1.6.2",
"summary": "NULL Pointer Dereference in PDO quoting"
}
FKIE_CVE-2025-14180
Vulnerability from fkie_nvd - Published: 2025-12-27 20:15 - Updated: 2026-01-09 20:23| URL | Tags | ||
|---|---|---|---|
| security@php.net | https://github.com/php/php-src/security/advisories/GHSA-8xr5-qppj-gvwj | Exploit, Vendor Advisory |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*",
"matchCriteriaId": "56FCF002-3946-40DF-A774-75C6DDE6CA26",
"versionEndExcluding": "8.1.34",
"versionStartIncluding": "8.1.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*",
"matchCriteriaId": "AB314013-4F2F-40F0-968B-35FEC22CC8A4",
"versionEndExcluding": "8.2.30",
"versionStartIncluding": "8.2.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*",
"matchCriteriaId": "DAD5402D-688D-44AA-B083-5157FDC53D7A",
"versionEndExcluding": "8.3.29",
"versionStartIncluding": "8.3.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*",
"matchCriteriaId": "8813328B-AC06-4060-916F-CD27144F41E2",
"versionEndExcluding": "8.4.16",
"versionStartIncluding": "8.4.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*",
"matchCriteriaId": "E56CD990-B79E-4253-B810-13787B23B028",
"versionEndExcluding": "8.5.1",
"versionStartIncluding": "8.5.0",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "In PHP versions 8.1.* before 8.1.34, 8.2.* before 8.2.30, 8.3.* before 8.3.29, 8.4.* before 8.4.16, 8.5.* before 8.5.1 when using the PDO PostgreSQL driver with PDO::ATTR_EMULATE_PREPARES enabled, an invalid character sequence (such as \\x99) in a prepared statement parameter may cause the quoting function PQescapeStringConn to return NULL, leading to a null pointer dereference in pdo_parse_params() function. This may lead to crashes (segmentation fault) and affect the availability of the target server."
}
],
"id": "CVE-2025-14180",
"lastModified": "2026-01-09T20:23:40.930",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6,
"source": "nvd@nist.gov",
"type": "Primary"
}
],
"cvssMetricV40": [
{
"cvssData": {
"Automatable": "NOT_DEFINED",
"Recovery": "NOT_DEFINED",
"Safety": "NOT_DEFINED",
"attackComplexity": "HIGH",
"attackRequirements": "PRESENT",
"attackVector": "NETWORK",
"availabilityRequirement": "NOT_DEFINED",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityRequirement": "NOT_DEFINED",
"exploitMaturity": "NOT_DEFINED",
"integrityRequirement": "NOT_DEFINED",
"modifiedAttackComplexity": "NOT_DEFINED",
"modifiedAttackRequirements": "NOT_DEFINED",
"modifiedAttackVector": "NOT_DEFINED",
"modifiedPrivilegesRequired": "NOT_DEFINED",
"modifiedSubAvailabilityImpact": "NOT_DEFINED",
"modifiedSubConfidentialityImpact": "NOT_DEFINED",
"modifiedSubIntegrityImpact": "NOT_DEFINED",
"modifiedUserInteraction": "NOT_DEFINED",
"modifiedVulnAvailabilityImpact": "NOT_DEFINED",
"modifiedVulnConfidentialityImpact": "NOT_DEFINED",
"modifiedVulnIntegrityImpact": "NOT_DEFINED",
"privilegesRequired": "NONE",
"providerUrgency": "NOT_DEFINED",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"valueDensity": "NOT_DEFINED",
"vectorString": "CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X",
"version": "4.0",
"vulnAvailabilityImpact": "HIGH",
"vulnConfidentialityImpact": "NONE",
"vulnIntegrityImpact": "NONE",
"vulnerabilityResponseEffort": "NOT_DEFINED"
},
"source": "security@php.net",
"type": "Secondary"
}
]
},
"published": "2025-12-27T20:15:40.717",
"references": [
{
"source": "security@php.net",
"tags": [
"Exploit",
"Vendor Advisory"
],
"url": "https://github.com/php/php-src/security/advisories/GHSA-8xr5-qppj-gvwj"
}
],
"sourceIdentifier": "security@php.net",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-476"
}
],
"source": "security@php.net",
"type": "Secondary"
}
]
}
CERTFR-2025-AVI-1126
Vulnerability from certfr_avis - Published: 2025-12-19 - Updated: 2025-12-22
De multiples vulnérabilités ont été découvertes dans PHP. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Title | Publication Time | Tags | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "PHP versions 8.3.x ant\u00e9rieures \u00e0 8.3.29",
"product": {
"name": "PHP",
"vendor": {
"name": "PHP",
"scada": false
}
}
},
{
"description": "PHP versions 8.4.x ant\u00e9rieures \u00e0 8.4.16",
"product": {
"name": "PHP",
"vendor": {
"name": "PHP",
"scada": false
}
}
},
{
"description": "PHP versions 8.5.x ant\u00e9rieures \u00e0 8.5.1",
"product": {
"name": "PHP",
"vendor": {
"name": "PHP",
"scada": false
}
}
},
{
"description": "PHP versions 8.2.x ant\u00e9rieures \u00e0 8.2.30",
"product": {
"name": "PHP",
"vendor": {
"name": "PHP",
"scada": false
}
}
},
{
"description": "PHP versions 8.1.x ant\u00e9rieures \u00e0 8.1.34",
"product": {
"name": "PHP",
"vendor": {
"name": "PHP",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-14177",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14177"
},
{
"name": "CVE-2025-67899",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-67899"
},
{
"name": "CVE-2025-14180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14180"
},
{
"name": "CVE-2025-14178",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14178"
}
],
"initial_release_date": "2025-12-19T00:00:00",
"last_revision_date": "2025-12-22T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-1126",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-12-19T00:00:00.000000"
},
{
"description": "Ajout version 8.1.34",
"revision_date": "2025-12-22T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans PHP. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans PHP",
"vendor_advisories": [
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 PHP 8.1.34",
"url": "https://www.php.net/ChangeLog-8.php#8.1.34"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 PHP 8.3.29",
"url": "https://www.php.net/ChangeLog-8.php#8.3.29"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 PHP 8.4.16",
"url": "https://www.php.net/ChangeLog-8.php#8.4.16"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 PHP 8.2.30",
"url": "https://www.php.net/ChangeLog-8.php#8.2.30"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 PHP 8.5.1",
"url": "https://www.php.net/ChangeLog-8.php#8.5.1"
}
]
}
CERTFR-2025-AVI-1126
Vulnerability from certfr_avis - Published: 2025-12-19 - Updated: 2025-12-22
De multiples vulnérabilités ont été découvertes dans PHP. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Title | Publication Time | Tags | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "PHP versions 8.3.x ant\u00e9rieures \u00e0 8.3.29",
"product": {
"name": "PHP",
"vendor": {
"name": "PHP",
"scada": false
}
}
},
{
"description": "PHP versions 8.4.x ant\u00e9rieures \u00e0 8.4.16",
"product": {
"name": "PHP",
"vendor": {
"name": "PHP",
"scada": false
}
}
},
{
"description": "PHP versions 8.5.x ant\u00e9rieures \u00e0 8.5.1",
"product": {
"name": "PHP",
"vendor": {
"name": "PHP",
"scada": false
}
}
},
{
"description": "PHP versions 8.2.x ant\u00e9rieures \u00e0 8.2.30",
"product": {
"name": "PHP",
"vendor": {
"name": "PHP",
"scada": false
}
}
},
{
"description": "PHP versions 8.1.x ant\u00e9rieures \u00e0 8.1.34",
"product": {
"name": "PHP",
"vendor": {
"name": "PHP",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-14177",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14177"
},
{
"name": "CVE-2025-67899",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-67899"
},
{
"name": "CVE-2025-14180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14180"
},
{
"name": "CVE-2025-14178",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14178"
}
],
"initial_release_date": "2025-12-19T00:00:00",
"last_revision_date": "2025-12-22T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-1126",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-12-19T00:00:00.000000"
},
{
"description": "Ajout version 8.1.34",
"revision_date": "2025-12-22T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans PHP. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans PHP",
"vendor_advisories": [
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 PHP 8.1.34",
"url": "https://www.php.net/ChangeLog-8.php#8.1.34"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 PHP 8.3.29",
"url": "https://www.php.net/ChangeLog-8.php#8.3.29"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 PHP 8.4.16",
"url": "https://www.php.net/ChangeLog-8.php#8.4.16"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 PHP 8.2.30",
"url": "https://www.php.net/ChangeLog-8.php#8.2.30"
},
{
"published_at": "2025-12-18",
"title": "Bulletin de s\u00e9curit\u00e9 PHP 8.5.1",
"url": "https://www.php.net/ChangeLog-8.php#8.5.1"
}
]
}
SUSE-SU-2026:0086-1
Vulnerability from csaf_suse - Published: 2026-01-09 15:01 - Updated: 2026-01-09 15:01Notes
{
"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": "Security update for php8",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for php8 fixes the following issues:\n\nSecurity fixes:\n \n- CVE-2025-14177: getimagesize() function may leak uninitialized heap memory into the APPn segments when reading images in multi-chunk mode (bsc#1255710).\n- CVE-2025-14178: heap buffer overflow occurs in array_merge() when the total element count of packed arrays exceeds 32-bit limits or HT_MAX_SIZE (bsc#1255711).\n- CVE-2025-14180: null pointer dereference in pdo_parse_params() function when using the PDO PostgreSQL driver with PDO::ATTR_EMULATE_PREPARES enabled (bsc#1255712).\n\nOther fixes:\n\nVersion 8.3.29\n Core:\n Sync all boost.context files with release 1.86.0.\n Fixed bug GH-20435 (SensitiveParameter doesn\u0027t work for named argument passing to variadic parameter).\n Fixed bug GH-20286 (use-after-destroy during userland stream_close()).\n Bz2:\n Fix assertion failures resulting in crashes with stream filter object parameters.\n Date:\n Fix crashes when trying to instantiate uninstantiable classes via date static constructors.\n DOM:\n Fix missing NUL byte check on C14NFile().\n Fibers:\n Fixed bug GH-20483 (ASAN stack overflow with fiber.stack_size INI small value).\n FTP:\n Fixed bug GH-20601 (ftp_connect overflow on timeout).\n GD:\n Fixed bug GH-20511 (imagegammacorrect out of range input/output values).\n Fixed bug GH-20602 (imagescale overflow with large height values).\n Intl:\n Fixed bug GH-20426 (Spoofchecker::setRestrictionLevel() error message suggests missing constants).\n LibXML:\n Fix some deprecations on newer libxml versions regarding input buffer/parser handling.\n MbString:\n Fixed bug GH-20491 (SLES15 compile error with mbstring oniguruma).\n Fixed bug GH-20492 (mbstring compile warning due to non-strings).\n MySQLnd:\n Fixed bug GH-20528 (Regression breaks mysql connexion using an IPv6 address enclosed in square brackets).\n Opcache:\n Fixed bug GH-20329 (opcache.file_cache broken with full interned string buffer).\n PDO:\n Fixed GHSA-8xr5-qppj-gvwj (PDO quoting result null deref). (CVE-2025-14180)\n Phar:\n Fixed bug GH-20442 (Phar does not respect case-insensitiveness of __halt_compiler() when reading stub).\n Fix broken return value of fflush() for phar file entries.\n Fix assertion failure when fseeking a phar file out of bounds.\n PHPDBG:\n Fixed ZPP type violation in phpdbg_get_executable() and phpdbg_end_oplog().\n SPL:\n Fixed bug GH-20614 (SplFixedArray incorrectly handles references in deserialization).\n Standard:\n Fix memory leak in array_diff() with custom type checks.\n Fixed bug GH-20583 (Stack overflow in http_build_query via deep structures).\n Fixed GHSA-www2-q4fc-65wf (Null byte termination in dns_get_record()).\n Fixed GHSA-h96m-rvf9-jgm2 (Heap buffer overflow in array_merge()). (CVE-2025-14178)\n Fixed GHSA-3237-qqm7-mfv7 (Information Leak of Memory in getimagesize). (CVE-2025-14177)\n Tidy:\n Fixed bug GH-20374 (PHP with tidy and custom-tags).\n XML:\n Fixed bug GH-20439 (xml_set_default_handler() does not properly handle special characters in attributes when passing data to callback).\n Zip:\n Fix crash in property existence test.\n Don\u0027t truncate return value of zip_fread() with user sizes.\n Zlib:\n Fix assertion failures resulting in crashes with stream filter object parameters.\n Version 8.3.28\n Core:\n Fixed bug GH-19934 (CGI with auto_globals_jit=0 causes uouv).\n Fixed bug GH-20073 (Assertion failure in WeakMap offset operations on reference).\n Fixed bug GH-19844 (Don\u0027t bail when closing resources on shutdown).\n Fixed bug GH-20177 (Accessing overridden private property in get_object_vars() triggers assertion error).\n Fixed bug GH-20183 (Stale EG(opline_before_exception) pointer through eval).\n DOM:\n Partially fixed bug GH-16317 (DOM classes do not allow __debugInfo() overrides to work).\n Exif:\n Fix possible memory leak when tag is empty.\n FPM:\n Fixed bug GH-19974 (fpm_status_export_to_zval segfault for parallel execution).\n FTP:\n Fixed bug GH-20240 (FTP with SSL: ftp_fput(): Connection timed out on successful writes).\n GD:\n Fixed bug GH-20070 (Return type violation in imagefilter when an invalid filter is provided).\n Intl:\n Fix memory leak on error in locale_filter_matches().\n LibXML:\n Fix not thread safe schema/relaxng calls.\n MySQLnd:\n Fixed bug GH-8978 (SSL certificate verification fails (port doubled)).\n Fixed bug GH-20122 (getColumnMeta() for JSON-column in MySQL).\n Opcache:\n Fixed bug GH-20081 (access to uninitialized vars in preload_load()).\n Fixed bug GH-20121 (JIT broken in ZTS builds on MacOS 15).\n PgSql:\n Fix memory leak when first string conversion fails.\n Fix segfaults when attempting to fetch row into a non-instantiable class name.\n Phar:\n Fix memory leak of argument in webPhar.\n Fix memory leak when setAlias() fails.\n Fix a bunch of memory leaks in phar_parse_zipfile() error handling.\n Fix file descriptor/memory leak when opening central fp fails.\n Fix memleak+UAF when opening temp stream in buildFromDirectory() fails.\n Fix potential buffer length truncation due to usage of type int instead of type size_t.\n Fix memory leak when openssl polyfill returns garbage.\n Fix file descriptor leak in phar_zip_flush() on failure.\n Fix memory leak when opening temp file fails while trying to open gzip-compressed archive.\n Fixed bug GH-20302 (Freeing a phar alias may invalidate PharFileInfo objects).\n Random:\n Fix Randomizer::__serialize() w.r.t. INDIRECTs.\n SimpleXML:\n Partially fixed bug GH-16317 (SimpleXML does not allow __debugInfo() overrides to work).\n Standard:\n Fix shm corruption with coercion in options of unserialize().\n Streams:\n Fixed bug GH-19798: XP_SOCKET XP_SSL (Socket stream modules): Incorrect condition for Win32/Win64.\n Tidy:\n Fixed GH-19021 (improved tidyOptGetCategory detection).\n Fix UAF in tidy when tidySetErrorBuffer() fails.\n XMLReader:\n Fix arginfo/zpp violations when LIBXML_SCHEMAS_ENABLED is not available.\n Windows:\n Fix GH-19722 (_get_osfhandle asserts in debug mode when given a socket).\n Zip:\n Fix memory leak when passing enc_method/enc_password is passed as option for ZipArchive::addGlob()/addPattern() and with consecutive calls.\n Version 8.3.27\n Core:\n Fixed bug GH-19765 (object_properties_load() bypasses readonly property checks).\n Fixed hard_timeout with --enable-zend-max-execution-timers.\n Fixed bug GH-19792 (SCCP causes UAF for return value if both warning and exception are triggered).\n Fixed bug GH-19653 (Closure named argument unpacking between temporary closures can cause a crash).\n Fixed bug GH-19839 (Incorrect HASH_FLAG_HAS_EMPTY_IND flag on userland array).\n Fixed bug GH-19480 (error_log php.ini cannot be unset when open_basedir is configured).\n Fixed bug GH-20002 (Broken build on *BSD with MSAN).\n CLI:\n Fix useless \u0027Failed to poll event\u0027 error logs due to EAGAIN in CLI server with PHP_CLI_SERVER_WORKERS.\n Curl:\n Fix cloning of CURLOPT_POSTFIELDS when using the clone operator instead of the curl_copy_handle() function to clone a CurlHandle.\n Fix curl build and test failures with version 8.16.\n Date:\n Fixed GH-17159: \u0027P\u0027 format for ::createFromFormat swallows string literals.\n DBA:\n Fixed GH-19885 (dba_fetch() overflow on skip argument).\n GD:\n Fixed GH-19955 (imagefttext() memory leak).\n MySQLnd:\n Fixed bug #67563 (mysqli compiled with mysqlnd does not take ipv6 adress as parameter).\n Phar:\n Fix memory leak and invalid continuation after tar header writing fails.\n Fix memory leaks when creating temp file fails when applying zip signature.\n SimpleXML:\n Fixed bug GH-19988 (zend_string_init with NULL pointer in simplexml (UB)).\n Soap:\n Fixed bug GH-19784 (SoapServer memory leak).\n Fixed bug GH-20011 (Array of SoapVar of unknown type causes crash).\n Standard:\n Fixed bug GH-12265 (Cloning an object breaks serialization recursion).\n Fixed bug GH-19701 (Serialize/deserialize loses some data).\n Fixed bug GH-19801 (leaks in var_dump() and debug_zval_dump()).\n Fixed bug GH-20043 (array_unique assertion failure with RC1 array causing an exception on sort).\n Fixed bug GH-19926 (reset internal pointer earlier while splicing array while COW violation flag is still set).\n Fixed bug GH-19570 (unable to fseek in /dev/zero and /dev/null).\n Streams:\n Fixed bug GH-19248 (Use strerror_r instead of strerror in main).\n Fixed bug GH-17345 (Bug #35916 was not completely fixed).\n Fixed bug GH-19705 (segmentation when attempting to flush on non seekable stream.\n XMLReader:\n Fixed bug GH-20009 (XMLReader leak on RelaxNG schema failure).\n Zip:\n Fixed bug GH-19688 (Remove pattern overflow in zip addGlob()).\n Fixed bug GH-19932 (Memory leak in zip setEncryptionName()/setEncryptionIndex()).\n Zlib:\n Fixed bug GH-19922 (Double free on gzopen).\n Version 8.3.26\n Core:\n Fixed bug GH-18850 (Repeated inclusion of file with __halt_compiler() triggers \u0027Constant already defined\u0027 warning).\n Partially fixed bug GH-19542 (Scanning of string literals \u003e=2GB will fail due to signed int overflow).\n Fixed bug GH-19544 (GC treats ZEND_WEAKREF_TAG_MAP references as WeakMap references).\n Fixed bug GH-19613 (Stale array iterator pointer).\n Fixed bug GH-19679 (zend_ssa_range_widening may fail to converge).\n Fixed bug GH-19681 (PHP_EXPAND_PATH broken with bash 5.3.0).\n Fixed bug GH-19720 (Assertion failure when error handler throws when accessing a deprecated constant).\n CLI:\n Fixed bug GH-19461 (Improve error message on listening error with IPv6 address).\n Date:\n Fixed date_sunrise() and date_sunset() with partial-hour UTC offset.\n DOM:\n Fixed bug GH-19612 (Mitigate libxml2 tree dictionary bug).\n FPM:\n Fixed failed debug assertion when php_admin_value setting fails.\n GD:\n Fixed bug GH-19579 (imagefilledellipse underflow on width argument).\n Intl:\n Fixed bug GH-11952 (Fix locale strings canonicalization for IntlDateFormatter and NumberFormatter).\n OpenSSL:\n Fixed bug GH-19245 (Success error message on TLS stream accept failure).\n PGSQL:\n Fixed bug GH-19485 (potential use after free when using persistent pgsql connections).\n Phar:\n Fixed memory leaks when verifying OpenSSL signature.\n Fix memory leak in phar tar temporary file error handling code.\n Fix metadata leak when phar convert logic fails.\n Fix memory leak on failure in phar_convert_to_other().\n Fixed bug GH-19752 (Phar decompression with invalid extension can cause UAF).\n Standard:\n Fixed bug GH-16649 (UAF during array_splice).\n Fixed bug GH-19577 (Avoid integer overflow when using a small offset and PHP_INT_MAX with LimitIterator).\n Streams:\n Remove incorrect call to zval_ptr_dtor() in user_wrapper_metadata().\n Fix OSS-Fuzz #385993744.\n Tidy:\n Fixed GH-19021 build issue with libtidy in regard of tidyOptIsReadonly deprecation and TidyInternalCategory being available later than tidyOptGetCategory.\n Zip:\n Fix memory leak in zip when encountering empty glob result.\n Version 8.3.25\n Core:\n Fixed GH-19169 build issue with C++17 and ZEND_STATIC_ASSERT macro.\n Fixed bug GH-18581 (Coerce numeric string keys from iterators when argument unpacking).\n Fixed OSS-Fuzz #434346548 (Failed assertion with throwing __toString in binary const expr).\n Fixed bug GH-19305 (Operands may be being released during comparison).\n Fixed bug GH-19303 (Unpacking empty packed array into uninitialized array causes assertion failure).\n Fixed bug GH-19306 (Generator can be resumed while fetching next value from delegated Generator).\n Fixed bug GH-19326 (Calling Generator::throw() on a running generator with a non-Generator delegate crashes).\n Fixed bug GH-18736 (Circumvented type check with return by ref + finally).\n Fixed zend call stack size for macOs/arm64.\n Fixed bug GH-19065 (Long match statement can segfault compiler during recursive SSA renaming).\n Calendar:\n Fixed bug GH-19371 (integer overflow in calendar.c).\n FTP:\n Fix theoretical issues with hrtime() not being available.\n GD:\n Fix incorrect comparison with result of php_stream_can_cast().\n Hash:\n Fix crash on clone failure.\n Intl:\n Fixed GH-19261: msgfmt_parse_message leaks on message creation failure.\n Fix return value on failure for resourcebundle count handler.\n LDAP:\n Fixed bug GH-18529 (additional inheriting of TLS int options).\n LibXML:\n Fixed bug GH-19098 (libxml\u003c2.13 segmentation fault caused by php_libxml_node_free).\n MbString:\n Fixed bug GH-19397 (mb_list_encodings() can cause crashes on shutdown).\n Opcache:\n Reset global pointers to prevent use-after-free in zend_jit_status().\n OpenSSL:\n Fixed bug GH-18986 (OpenSSL backend: incorrect RAND_{load,write}_file() return value check).\n Fix error return check of EVP_CIPHER_CTX_ctrl().\n Fixed bug GH-19428 (openssl_pkey_derive segfaults for DH derive with low key_length param).\n PDO Pgsql:\n Fixed dangling pointer access on _pdo_pgsql_trim_message helper.\n Readline:\n Fixed bug GH-19250 and bug #51360 (Invalid conftest for rl_pending_input).\n SOAP:\n Fixed bug GH-18640 (heap-use-after-free ext/soap/php_encoding.c:299:32 in soap_check_zval_ref).\n Sockets:\n Fix some potential crashes on incorrect argument value.\n Standard:\n Fixed OSS Fuzz #433303828 (Leak in failed unserialize() with opcache).\n Fix theoretical issues with hrtime() not being available.\n Fixed bug GH-19300 (Nested array_multisort invocation with error breaks).\n Windows:\n Free opened_path when opened_path_len \u003e= MAXPATHLEN.\n Version 8.3.24\n Calendar:\n Fixed jewishtojd overflow on year argument.\n Core:\n Fixed bug GH-18833 (Use after free with weakmaps dependent on destruction order).\n Fix OSS-Fuzz #427814456.\n Fix OSS-Fuzz #428983568 and #428760800.\n Fixed bug GH-17204 -Wuseless-escape warnings emitted by re2c.\n Curl:\n Fix memory leaks when returning refcounted value from curl callback.\n Remove incorrect string release.\n LDAP:\n Fixed GH-18902 ldap_exop/ldap_exop_sync assert triggered on empty request OID.\n MbString:\n Fixed bug GH-18901 (integer overflow mb_split).\n OCI8:\n Fixed bug GH-18873 (OCI_RETURN_LOBS flag causes oci8 to leak memory).\n Opcache:\n Fixed bug GH-18639 (Internal class aliases can break preloading + JIT).\n Fixed bug GH-14082 (Segmentation fault on unknown address 0x600000000018 in ext/opcache/jit/zend_jit.c).\n OpenSSL:\n Fixed bug #80770 (It is not possible to get client peer certificate with stream_socket_server).\n PCNTL:\n Fixed bug GH-18958 (Fatal error during shutdown after pcntl_rfork() or pcntl_forkx() with zend-max-execution-timers).\n Phar:\n Fix stream double free in phar.\n Fix phar crash and file corruption with SplFileObject.\n SOAP:\n Fixed bug GH-18990, bug #81029, bug #47314 (SOAP HTTP socket not closing on object destruction).\n Fix memory leak when URL parsing fails in redirect.\n SPL:\n Fixed bug GH-19094 (Attaching class with no Iterator implementation to MultipleIterator causes crash).\n Standard:\n Fix misleading errors in printf().\n Fix RCN violations in array functions.\n Fixed GH-18976 pack() overflow with h/H format and INT_MAX repeater value.\n Streams:\n Fixed GH-13264 (fgets() and stream_get_line() do not return false on filter fatal error).\n Zip:\n Fix leak when path is too long in ZipArchive::extractTo().\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-86,SUSE-SLE-Module-Web-Scripting-15-SP7-2026-86",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_0086-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:0086-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260086-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:0086-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023729.html"
},
{
"category": "self",
"summary": "SUSE Bug 1255710",
"url": "https://bugzilla.suse.com/1255710"
},
{
"category": "self",
"summary": "SUSE Bug 1255711",
"url": "https://bugzilla.suse.com/1255711"
},
{
"category": "self",
"summary": "SUSE Bug 1255712",
"url": "https://bugzilla.suse.com/1255712"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-14177 page",
"url": "https://www.suse.com/security/cve/CVE-2025-14177/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-14178 page",
"url": "https://www.suse.com/security/cve/CVE-2025-14178/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-14180 page",
"url": "https://www.suse.com/security/cve/CVE-2025-14180/"
}
],
"title": "Security update for php8",
"tracking": {
"current_release_date": "2026-01-09T15:01:56Z",
"generator": {
"date": "2026-01-09T15:01:56Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:0086-1",
"initial_release_date": "2026-01-09T15:01:56Z",
"revision_history": [
{
"date": "2026-01-09T15:01:56Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php8-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "apache2-mod_php8-8.3.29-150700.3.9.1.aarch64",
"product_id": "apache2-mod_php8-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-bcmath-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-bcmath-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-bcmath-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-bz2-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-bz2-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-bz2-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-calendar-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-calendar-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-calendar-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-cli-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-cli-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-cli-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-ctype-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-ctype-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-ctype-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-curl-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-curl-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-curl-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-dba-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-dba-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-dba-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-devel-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-devel-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-devel-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-dom-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-dom-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-dom-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-embed-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-embed-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-embed-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-enchant-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-enchant-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-enchant-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-exif-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-exif-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-exif-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-fastcgi-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-fastcgi-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-fastcgi-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-ffi-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-ffi-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-ffi-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-fileinfo-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-fileinfo-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-fileinfo-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-fpm-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-fpm-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-fpm-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-ftp-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-ftp-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-ftp-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-gd-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-gd-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-gd-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-gettext-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-gettext-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-gettext-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-gmp-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-gmp-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-gmp-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-iconv-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-iconv-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-iconv-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-intl-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-intl-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-intl-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-ldap-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-ldap-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-ldap-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-mbstring-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-mbstring-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-mbstring-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-mysql-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-mysql-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-mysql-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-odbc-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-odbc-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-odbc-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-opcache-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-opcache-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-opcache-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-openssl-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-openssl-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-openssl-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-pcntl-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-pcntl-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-pcntl-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-pdo-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-pdo-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-pdo-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-pgsql-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-pgsql-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-pgsql-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-phar-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-phar-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-phar-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-posix-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-posix-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-posix-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-readline-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-readline-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-readline-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-shmop-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-shmop-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-shmop-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-snmp-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-snmp-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-snmp-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-soap-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-soap-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-soap-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sockets-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-sockets-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-sockets-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sodium-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-sodium-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-sodium-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sqlite-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-sqlite-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-sqlite-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sysvmsg-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-sysvmsg-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-sysvmsg-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sysvsem-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-sysvsem-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-sysvsem-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sysvshm-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-sysvshm-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-sysvshm-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-test-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-test-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-test-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-tidy-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-tidy-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-tidy-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-tokenizer-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-tokenizer-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-tokenizer-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-xmlreader-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-xmlreader-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-xmlreader-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-xmlwriter-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-xmlwriter-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-xmlwriter-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-xsl-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-xsl-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-xsl-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-zip-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-zip-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-zip-8.3.29-150700.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-zlib-8.3.29-150700.3.9.1.aarch64",
"product": {
"name": "php8-zlib-8.3.29-150700.3.9.1.aarch64",
"product_id": "php8-zlib-8.3.29-150700.3.9.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php8-8.3.29-150700.3.9.1.i586",
"product": {
"name": "apache2-mod_php8-8.3.29-150700.3.9.1.i586",
"product_id": "apache2-mod_php8-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-8.3.29-150700.3.9.1.i586",
"product_id": "php8-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-bcmath-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-bcmath-8.3.29-150700.3.9.1.i586",
"product_id": "php8-bcmath-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-bz2-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-bz2-8.3.29-150700.3.9.1.i586",
"product_id": "php8-bz2-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-calendar-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-calendar-8.3.29-150700.3.9.1.i586",
"product_id": "php8-calendar-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-cli-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-cli-8.3.29-150700.3.9.1.i586",
"product_id": "php8-cli-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-ctype-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-ctype-8.3.29-150700.3.9.1.i586",
"product_id": "php8-ctype-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-curl-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-curl-8.3.29-150700.3.9.1.i586",
"product_id": "php8-curl-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-dba-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-dba-8.3.29-150700.3.9.1.i586",
"product_id": "php8-dba-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-devel-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-devel-8.3.29-150700.3.9.1.i586",
"product_id": "php8-devel-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-dom-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-dom-8.3.29-150700.3.9.1.i586",
"product_id": "php8-dom-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-embed-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-embed-8.3.29-150700.3.9.1.i586",
"product_id": "php8-embed-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-enchant-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-enchant-8.3.29-150700.3.9.1.i586",
"product_id": "php8-enchant-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-exif-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-exif-8.3.29-150700.3.9.1.i586",
"product_id": "php8-exif-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-fastcgi-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-fastcgi-8.3.29-150700.3.9.1.i586",
"product_id": "php8-fastcgi-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-ffi-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-ffi-8.3.29-150700.3.9.1.i586",
"product_id": "php8-ffi-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-fileinfo-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-fileinfo-8.3.29-150700.3.9.1.i586",
"product_id": "php8-fileinfo-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-fpm-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-fpm-8.3.29-150700.3.9.1.i586",
"product_id": "php8-fpm-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-ftp-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-ftp-8.3.29-150700.3.9.1.i586",
"product_id": "php8-ftp-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-gd-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-gd-8.3.29-150700.3.9.1.i586",
"product_id": "php8-gd-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-gettext-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-gettext-8.3.29-150700.3.9.1.i586",
"product_id": "php8-gettext-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-gmp-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-gmp-8.3.29-150700.3.9.1.i586",
"product_id": "php8-gmp-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-iconv-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-iconv-8.3.29-150700.3.9.1.i586",
"product_id": "php8-iconv-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-intl-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-intl-8.3.29-150700.3.9.1.i586",
"product_id": "php8-intl-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-ldap-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-ldap-8.3.29-150700.3.9.1.i586",
"product_id": "php8-ldap-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-mbstring-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-mbstring-8.3.29-150700.3.9.1.i586",
"product_id": "php8-mbstring-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-mysql-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-mysql-8.3.29-150700.3.9.1.i586",
"product_id": "php8-mysql-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-odbc-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-odbc-8.3.29-150700.3.9.1.i586",
"product_id": "php8-odbc-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-opcache-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-opcache-8.3.29-150700.3.9.1.i586",
"product_id": "php8-opcache-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-openssl-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-openssl-8.3.29-150700.3.9.1.i586",
"product_id": "php8-openssl-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-pcntl-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-pcntl-8.3.29-150700.3.9.1.i586",
"product_id": "php8-pcntl-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-pdo-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-pdo-8.3.29-150700.3.9.1.i586",
"product_id": "php8-pdo-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-pgsql-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-pgsql-8.3.29-150700.3.9.1.i586",
"product_id": "php8-pgsql-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-phar-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-phar-8.3.29-150700.3.9.1.i586",
"product_id": "php8-phar-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-posix-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-posix-8.3.29-150700.3.9.1.i586",
"product_id": "php8-posix-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-readline-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-readline-8.3.29-150700.3.9.1.i586",
"product_id": "php8-readline-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-shmop-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-shmop-8.3.29-150700.3.9.1.i586",
"product_id": "php8-shmop-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-snmp-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-snmp-8.3.29-150700.3.9.1.i586",
"product_id": "php8-snmp-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-soap-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-soap-8.3.29-150700.3.9.1.i586",
"product_id": "php8-soap-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-sockets-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-sockets-8.3.29-150700.3.9.1.i586",
"product_id": "php8-sockets-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-sodium-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-sodium-8.3.29-150700.3.9.1.i586",
"product_id": "php8-sodium-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-sqlite-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-sqlite-8.3.29-150700.3.9.1.i586",
"product_id": "php8-sqlite-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-sysvmsg-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-sysvmsg-8.3.29-150700.3.9.1.i586",
"product_id": "php8-sysvmsg-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-sysvsem-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-sysvsem-8.3.29-150700.3.9.1.i586",
"product_id": "php8-sysvsem-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-sysvshm-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-sysvshm-8.3.29-150700.3.9.1.i586",
"product_id": "php8-sysvshm-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-test-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-test-8.3.29-150700.3.9.1.i586",
"product_id": "php8-test-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-tidy-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-tidy-8.3.29-150700.3.9.1.i586",
"product_id": "php8-tidy-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-tokenizer-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-tokenizer-8.3.29-150700.3.9.1.i586",
"product_id": "php8-tokenizer-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-xmlreader-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-xmlreader-8.3.29-150700.3.9.1.i586",
"product_id": "php8-xmlreader-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-xmlwriter-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-xmlwriter-8.3.29-150700.3.9.1.i586",
"product_id": "php8-xmlwriter-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-xsl-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-xsl-8.3.29-150700.3.9.1.i586",
"product_id": "php8-xsl-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-zip-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-zip-8.3.29-150700.3.9.1.i586",
"product_id": "php8-zip-8.3.29-150700.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "php8-zlib-8.3.29-150700.3.9.1.i586",
"product": {
"name": "php8-zlib-8.3.29-150700.3.9.1.i586",
"product_id": "php8-zlib-8.3.29-150700.3.9.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "php8-fpm-apache-8.3.29-150700.3.9.1.noarch",
"product": {
"name": "php8-fpm-apache-8.3.29-150700.3.9.1.noarch",
"product_id": "php8-fpm-apache-8.3.29-150700.3.9.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php8-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "apache2-mod_php8-8.3.29-150700.3.9.1.ppc64le",
"product_id": "apache2-mod_php8-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-bcmath-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-bcmath-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-bcmath-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-bz2-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-bz2-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-bz2-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-calendar-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-calendar-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-calendar-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-cli-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-cli-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-cli-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-ctype-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-ctype-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-ctype-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-curl-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-curl-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-curl-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-dba-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-dba-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-dba-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-devel-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-devel-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-devel-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-dom-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-dom-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-dom-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-embed-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-embed-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-embed-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-enchant-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-enchant-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-enchant-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-exif-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-exif-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-exif-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-fastcgi-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-fastcgi-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-fastcgi-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-ffi-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-ffi-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-ffi-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-fileinfo-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-fileinfo-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-fileinfo-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-fpm-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-fpm-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-fpm-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-ftp-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-ftp-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-ftp-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-gd-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-gd-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-gd-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-gettext-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-gettext-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-gettext-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-gmp-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-gmp-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-gmp-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-iconv-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-iconv-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-iconv-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-intl-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-intl-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-intl-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-ldap-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-ldap-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-ldap-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-mbstring-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-mbstring-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-mbstring-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-mysql-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-mysql-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-mysql-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-odbc-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-odbc-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-odbc-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-opcache-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-opcache-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-opcache-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-openssl-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-openssl-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-openssl-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-pcntl-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-pcntl-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-pcntl-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-pdo-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-pdo-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-pdo-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-pgsql-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-pgsql-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-pgsql-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-phar-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-phar-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-phar-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-posix-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-posix-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-posix-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-readline-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-readline-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-readline-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-shmop-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-shmop-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-shmop-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-snmp-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-snmp-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-snmp-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-soap-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-soap-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-soap-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sockets-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-sockets-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-sockets-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sodium-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-sodium-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-sodium-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sqlite-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-sqlite-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-sqlite-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sysvmsg-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-sysvmsg-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-sysvmsg-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sysvsem-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-sysvsem-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-sysvsem-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sysvshm-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-sysvshm-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-sysvshm-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-test-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-test-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-test-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-tidy-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-tidy-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-tidy-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-tokenizer-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-tokenizer-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-tokenizer-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-xmlreader-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-xmlreader-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-xmlreader-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-xmlwriter-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-xmlwriter-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-xmlwriter-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-xsl-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-xsl-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-xsl-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-zip-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-zip-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-zip-8.3.29-150700.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-zlib-8.3.29-150700.3.9.1.ppc64le",
"product": {
"name": "php8-zlib-8.3.29-150700.3.9.1.ppc64le",
"product_id": "php8-zlib-8.3.29-150700.3.9.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php8-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "apache2-mod_php8-8.3.29-150700.3.9.1.s390x",
"product_id": "apache2-mod_php8-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-bcmath-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-bcmath-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-bcmath-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-bz2-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-bz2-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-bz2-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-calendar-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-calendar-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-calendar-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-cli-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-cli-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-cli-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-ctype-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-ctype-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-ctype-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-curl-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-curl-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-curl-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-dba-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-dba-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-dba-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-devel-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-devel-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-devel-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-dom-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-dom-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-dom-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-embed-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-embed-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-embed-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-enchant-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-enchant-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-enchant-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-exif-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-exif-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-exif-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-fastcgi-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-fastcgi-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-fastcgi-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-ffi-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-ffi-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-ffi-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-fileinfo-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-fileinfo-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-fileinfo-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-fpm-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-fpm-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-fpm-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-ftp-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-ftp-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-ftp-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-gd-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-gd-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-gd-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-gettext-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-gettext-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-gettext-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-gmp-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-gmp-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-gmp-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-iconv-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-iconv-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-iconv-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-intl-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-intl-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-intl-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-ldap-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-ldap-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-ldap-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-mbstring-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-mbstring-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-mbstring-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-mysql-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-mysql-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-mysql-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-odbc-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-odbc-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-odbc-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-opcache-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-opcache-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-opcache-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-openssl-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-openssl-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-openssl-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-pcntl-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-pcntl-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-pcntl-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-pdo-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-pdo-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-pdo-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-pgsql-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-pgsql-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-pgsql-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-phar-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-phar-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-phar-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-posix-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-posix-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-posix-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-readline-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-readline-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-readline-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-shmop-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-shmop-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-shmop-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-snmp-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-snmp-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-snmp-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-soap-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-soap-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-soap-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sockets-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-sockets-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-sockets-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sodium-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-sodium-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-sodium-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sqlite-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-sqlite-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-sqlite-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sysvmsg-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-sysvmsg-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-sysvmsg-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sysvsem-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-sysvsem-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-sysvsem-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sysvshm-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-sysvshm-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-sysvshm-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-test-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-test-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-test-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-tidy-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-tidy-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-tidy-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-tokenizer-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-tokenizer-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-tokenizer-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-xmlreader-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-xmlreader-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-xmlreader-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-xmlwriter-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-xmlwriter-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-xmlwriter-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-xsl-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-xsl-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-xsl-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-zip-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-zip-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-zip-8.3.29-150700.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-zlib-8.3.29-150700.3.9.1.s390x",
"product": {
"name": "php8-zlib-8.3.29-150700.3.9.1.s390x",
"product_id": "php8-zlib-8.3.29-150700.3.9.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php8-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "apache2-mod_php8-8.3.29-150700.3.9.1.x86_64",
"product_id": "apache2-mod_php8-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-bcmath-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-bcmath-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-bcmath-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-bz2-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-bz2-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-bz2-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-calendar-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-calendar-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-calendar-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-cli-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-cli-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-cli-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-ctype-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-ctype-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-ctype-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-curl-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-curl-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-curl-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-dba-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-dba-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-dba-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-devel-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-devel-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-devel-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-dom-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-dom-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-dom-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-embed-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-embed-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-embed-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-enchant-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-enchant-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-enchant-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-exif-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-exif-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-exif-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-fastcgi-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-fastcgi-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-fastcgi-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-ffi-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-ffi-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-ffi-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-fileinfo-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-fileinfo-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-fileinfo-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-fpm-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-fpm-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-fpm-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-ftp-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-ftp-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-ftp-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-gd-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-gd-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-gd-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-gettext-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-gettext-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-gettext-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-gmp-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-gmp-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-gmp-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-iconv-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-iconv-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-iconv-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-intl-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-intl-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-intl-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-ldap-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-ldap-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-ldap-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-mbstring-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-mbstring-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-mbstring-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-mysql-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-mysql-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-mysql-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-odbc-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-odbc-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-odbc-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-opcache-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-opcache-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-opcache-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-openssl-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-openssl-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-openssl-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-pcntl-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-pcntl-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-pcntl-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-pdo-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-pdo-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-pdo-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-pgsql-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-pgsql-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-pgsql-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-phar-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-phar-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-phar-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-posix-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-posix-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-posix-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-readline-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-readline-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-readline-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-shmop-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-shmop-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-shmop-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-snmp-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-snmp-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-snmp-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-soap-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-soap-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-soap-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sockets-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-sockets-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-sockets-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sodium-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-sodium-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-sodium-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sqlite-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-sqlite-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-sqlite-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sysvmsg-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-sysvmsg-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-sysvmsg-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sysvsem-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-sysvsem-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-sysvsem-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sysvshm-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-sysvshm-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-sysvshm-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-test-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-test-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-test-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-tidy-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-tidy-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-tidy-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-tokenizer-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-tokenizer-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-tokenizer-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-xmlreader-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-xmlreader-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-xmlreader-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-xmlwriter-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-xmlwriter-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-xmlwriter-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-xsl-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-xsl-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-xsl-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-zip-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-zip-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-zip-8.3.29-150700.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-zlib-8.3.29-150700.3.9.1.x86_64",
"product": {
"name": "php8-zlib-8.3.29-150700.3.9.1.x86_64",
"product_id": "php8-zlib-8.3.29-150700.3.9.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-web-scripting:15:sp7"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php8-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "apache2-mod_php8-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php8-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "apache2-mod_php8-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php8-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "apache2-mod_php8-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php8-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "apache2-mod_php8-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-bcmath-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-bcmath-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-bcmath-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-bcmath-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-bz2-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-bz2-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-bz2-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-bz2-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-calendar-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-calendar-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-calendar-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-calendar-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-cli-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-cli-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-cli-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-cli-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-ctype-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-ctype-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-ctype-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-ctype-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-curl-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-curl-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-curl-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-curl-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-dba-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-dba-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-dba-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-dba-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-devel-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-devel-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-devel-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-devel-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-dom-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-dom-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-dom-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-dom-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-embed-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-embed-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-embed-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-embed-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-embed-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-embed-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-embed-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-embed-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-enchant-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-enchant-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-enchant-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-enchant-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-exif-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-exif-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-exif-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-exif-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fastcgi-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-fastcgi-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fastcgi-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-fastcgi-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fastcgi-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-fastcgi-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fastcgi-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-fastcgi-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-fileinfo-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-fileinfo-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-fileinfo-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-fileinfo-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-fpm-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-fpm-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-fpm-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-fpm-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-ftp-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-ftp-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-ftp-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-ftp-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-gd-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-gd-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-gd-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-gd-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-gettext-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-gettext-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-gettext-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-gettext-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-gmp-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-gmp-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-gmp-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-gmp-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-iconv-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-iconv-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-iconv-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-iconv-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-intl-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-intl-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-intl-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-intl-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-ldap-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-ldap-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-ldap-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-ldap-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-mbstring-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-mbstring-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-mbstring-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-mbstring-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-mysql-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-mysql-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-mysql-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-mysql-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-odbc-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-odbc-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-odbc-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-odbc-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-opcache-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-opcache-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-opcache-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-opcache-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-openssl-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-openssl-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-openssl-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-openssl-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-pcntl-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-pcntl-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-pcntl-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-pcntl-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-pdo-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-pdo-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-pdo-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-pdo-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-pgsql-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-pgsql-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-pgsql-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-pgsql-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-phar-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-phar-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-phar-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-phar-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-posix-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-posix-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-posix-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-posix-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-readline-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-readline-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-readline-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-readline-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-shmop-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-shmop-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-shmop-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-shmop-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-snmp-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-snmp-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-snmp-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-snmp-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-soap-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-soap-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-soap-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-soap-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-sockets-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-sockets-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-sockets-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-sockets-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-sodium-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-sodium-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-sodium-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-sodium-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-sqlite-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-sqlite-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-sqlite-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-sqlite-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-sysvmsg-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-sysvmsg-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-sysvmsg-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-sysvmsg-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-sysvsem-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-sysvsem-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-sysvsem-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-sysvsem-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-sysvshm-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-sysvshm-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-sysvshm-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-sysvshm-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-test-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-test-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-test-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-test-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-test-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-test-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-test-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-test-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-tidy-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-tidy-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-tidy-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-tidy-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-tokenizer-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-tokenizer-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-tokenizer-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-tokenizer-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-xmlreader-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-xmlreader-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-xmlreader-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-xmlreader-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-xmlwriter-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-xmlwriter-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-xmlwriter-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-xmlwriter-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-xsl-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-xsl-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-xsl-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-xsl-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-zip-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-zip-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-zip-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-zip-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.3.29-150700.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.aarch64"
},
"product_reference": "php8-zlib-8.3.29-150700.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.3.29-150700.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.ppc64le"
},
"product_reference": "php8-zlib-8.3.29-150700.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.3.29-150700.3.9.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.s390x"
},
"product_reference": "php8-zlib-8.3.29-150700.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.3.29-150700.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.x86_64"
},
"product_reference": "php8-zlib-8.3.29-150700.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 15 SP7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-14177",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-14177"
}
],
"notes": [
{
"category": "general",
"text": "In PHP versions:8.1.* before 8.1.34, 8.2.* before 8.2.30, 8.3.* before 8.3.29, 8.4.* before 8.4.16, 8.5.* before 8.5.1, the getimagesize() function may leak uninitialized heap memory into the APPn segments (e.g., APP1) when reading images in multi-chunk mode (such as via php://filter). This occurs due to a bug in php_read_stream_all_chunks() that overwrites the buffer without advancing the pointer, leaving tail bytes uninitialized. This may lead to information disclosure of sensitive heap data and affect the confidentiality of the target server.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-14177",
"url": "https://www.suse.com/security/cve/CVE-2025-14177"
},
{
"category": "external",
"summary": "SUSE Bug 1255710 for CVE-2025-14177",
"url": "https://bugzilla.suse.com/1255710"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-09T15:01:56Z",
"details": "low"
}
],
"title": "CVE-2025-14177"
},
{
"cve": "CVE-2025-14178",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-14178"
}
],
"notes": [
{
"category": "general",
"text": "In PHP versions:8.1.* before 8.1.34, 8.2.* before 8.2.30, 8.3.* before 8.3.29, 8.4.* before 8.4.16, 8.5.* before 8.5.1, a heap buffer overflow occurs in array_merge() when the total element count of packed arrays exceeds 32-bit limits or HT_MAX_SIZE, due to an integer overflow in the precomputation of element counts using zend_hash_num_elements(). This may lead to memory corruption or crashes and affect the integrity and availability of the target server.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-14178",
"url": "https://www.suse.com/security/cve/CVE-2025-14178"
},
{
"category": "external",
"summary": "SUSE Bug 1255711 for CVE-2025-14178",
"url": "https://bugzilla.suse.com/1255711"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-09T15:01:56Z",
"details": "moderate"
}
],
"title": "CVE-2025-14178"
},
{
"cve": "CVE-2025-14180",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-14180"
}
],
"notes": [
{
"category": "general",
"text": "In PHP versions 8.1.* before 8.1.34, 8.2.* before 8.2.30, 8.3.* before 8.3.29, 8.4.* before 8.4.16, 8.5.* before 8.5.1 when using the PDO PostgreSQL driver with PDO::ATTR_EMULATE_PREPARES enabled, an invalid character sequence (such as \\x99) in a prepared statement parameter may cause the quoting function PQescapeStringConn to return NULL, leading to a null pointer dereference in pdo_parse_params() function. This may lead to crashes (segmentation fault) and affect the availability of the target server.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-14180",
"url": "https://www.suse.com/security/cve/CVE-2025-14180"
},
{
"category": "external",
"summary": "SUSE Bug 1255712 for CVE-2025-14180",
"url": "https://bugzilla.suse.com/1255712"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.x86_64"
]
}
],
"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": [
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:apache2-mod_php8-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bcmath-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-bz2-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-calendar-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-cli-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ctype-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-curl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dba-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-devel-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-dom-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-embed-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-enchant-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-exif-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fastcgi-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fileinfo-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-fpm-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ftp-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gd-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gettext-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-gmp-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-iconv-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-intl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-ldap-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mbstring-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-mysql-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-odbc-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-opcache-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-openssl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pcntl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pdo-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-pgsql-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-phar-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-posix-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-readline-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-shmop-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-snmp-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-soap-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sockets-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sodium-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sqlite-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvmsg-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvsem-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-sysvshm-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-test-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tidy-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-tokenizer-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlreader-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xmlwriter-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-xsl-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zip-8.3.29-150700.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.s390x",
"SUSE Linux Enterprise Module for Web and Scripting 15 SP7:php8-zlib-8.3.29-150700.3.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-09T15:01:56Z",
"details": "moderate"
}
],
"title": "CVE-2025-14180"
}
]
}
SUSE-SU-2026:20146-1
Vulnerability from csaf_suse - Published: 2026-01-26 12:36 - Updated: 2026-01-26 12:36Notes
{
"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": "Security update for php8",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for php8 fixes the following issues:\n\nVersion update to 8.4.16:\n\nSecurity fixes:\n\n- CVE-2025-14177: getimagesize() function may leak uninitialized heap memory into the APPn segments when reading images in multi-chunk mode (bsc#1255710).\n- CVE-2025-14178: heap buffer overflow occurs in array_merge() when the total element count of packed arrays exceeds 32-bit limits or HT_MAX_SIZE (bsc#1255711).\n- CVE-2025-14180: null pointer dereference in pdo_parse_params() function when using the PDO PostgreSQL driver with PDO::ATTR_EMULATE_PREPARES enabled (bsc#1255712).\n\nOther fixes:\n\n- php8 contains Directories owned by wwwrun but does not require User. (bsc#1255043)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLES-16.0-198",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_20146-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:20146-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620146-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:20146-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023952.html"
},
{
"category": "self",
"summary": "SUSE Bug 1255043",
"url": "https://bugzilla.suse.com/1255043"
},
{
"category": "self",
"summary": "SUSE Bug 1255710",
"url": "https://bugzilla.suse.com/1255710"
},
{
"category": "self",
"summary": "SUSE Bug 1255711",
"url": "https://bugzilla.suse.com/1255711"
},
{
"category": "self",
"summary": "SUSE Bug 1255712",
"url": "https://bugzilla.suse.com/1255712"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-14177 page",
"url": "https://www.suse.com/security/cve/CVE-2025-14177/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-14178 page",
"url": "https://www.suse.com/security/cve/CVE-2025-14178/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-14180 page",
"url": "https://www.suse.com/security/cve/CVE-2025-14180/"
}
],
"title": "Security update for php8",
"tracking": {
"current_release_date": "2026-01-26T12:36:41Z",
"generator": {
"date": "2026-01-26T12:36:41Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:20146-1",
"initial_release_date": "2026-01-26T12:36:41Z",
"revision_history": [
{
"date": "2026-01-26T12:36:41Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"product": {
"name": "apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"product_id": "apache2-mod_php8-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-8.4.16-160000.1.1.aarch64",
"product_id": "php8-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-bcmath-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-bcmath-8.4.16-160000.1.1.aarch64",
"product_id": "php8-bcmath-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-bz2-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-bz2-8.4.16-160000.1.1.aarch64",
"product_id": "php8-bz2-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-calendar-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-calendar-8.4.16-160000.1.1.aarch64",
"product_id": "php8-calendar-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-cli-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-cli-8.4.16-160000.1.1.aarch64",
"product_id": "php8-cli-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-ctype-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-ctype-8.4.16-160000.1.1.aarch64",
"product_id": "php8-ctype-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-curl-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-curl-8.4.16-160000.1.1.aarch64",
"product_id": "php8-curl-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-dba-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-dba-8.4.16-160000.1.1.aarch64",
"product_id": "php8-dba-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-devel-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-devel-8.4.16-160000.1.1.aarch64",
"product_id": "php8-devel-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-dom-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-dom-8.4.16-160000.1.1.aarch64",
"product_id": "php8-dom-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-embed-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-embed-8.4.16-160000.1.1.aarch64",
"product_id": "php8-embed-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-enchant-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-enchant-8.4.16-160000.1.1.aarch64",
"product_id": "php8-enchant-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-exif-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-exif-8.4.16-160000.1.1.aarch64",
"product_id": "php8-exif-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-fastcgi-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-fastcgi-8.4.16-160000.1.1.aarch64",
"product_id": "php8-fastcgi-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-ffi-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-ffi-8.4.16-160000.1.1.aarch64",
"product_id": "php8-ffi-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-fileinfo-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-fileinfo-8.4.16-160000.1.1.aarch64",
"product_id": "php8-fileinfo-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-fpm-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-fpm-8.4.16-160000.1.1.aarch64",
"product_id": "php8-fpm-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-ftp-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-ftp-8.4.16-160000.1.1.aarch64",
"product_id": "php8-ftp-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-gd-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-gd-8.4.16-160000.1.1.aarch64",
"product_id": "php8-gd-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-gettext-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-gettext-8.4.16-160000.1.1.aarch64",
"product_id": "php8-gettext-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-gmp-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-gmp-8.4.16-160000.1.1.aarch64",
"product_id": "php8-gmp-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-iconv-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-iconv-8.4.16-160000.1.1.aarch64",
"product_id": "php8-iconv-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-intl-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-intl-8.4.16-160000.1.1.aarch64",
"product_id": "php8-intl-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-ldap-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-ldap-8.4.16-160000.1.1.aarch64",
"product_id": "php8-ldap-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-mbstring-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-mbstring-8.4.16-160000.1.1.aarch64",
"product_id": "php8-mbstring-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-mysql-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-mysql-8.4.16-160000.1.1.aarch64",
"product_id": "php8-mysql-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-odbc-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-odbc-8.4.16-160000.1.1.aarch64",
"product_id": "php8-odbc-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-opcache-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-opcache-8.4.16-160000.1.1.aarch64",
"product_id": "php8-opcache-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-openssl-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-openssl-8.4.16-160000.1.1.aarch64",
"product_id": "php8-openssl-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-pcntl-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-pcntl-8.4.16-160000.1.1.aarch64",
"product_id": "php8-pcntl-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-pdo-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-pdo-8.4.16-160000.1.1.aarch64",
"product_id": "php8-pdo-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-pgsql-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-pgsql-8.4.16-160000.1.1.aarch64",
"product_id": "php8-pgsql-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-phar-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-phar-8.4.16-160000.1.1.aarch64",
"product_id": "php8-phar-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-posix-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-posix-8.4.16-160000.1.1.aarch64",
"product_id": "php8-posix-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-readline-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-readline-8.4.16-160000.1.1.aarch64",
"product_id": "php8-readline-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-shmop-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-shmop-8.4.16-160000.1.1.aarch64",
"product_id": "php8-shmop-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-snmp-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-snmp-8.4.16-160000.1.1.aarch64",
"product_id": "php8-snmp-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-soap-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-soap-8.4.16-160000.1.1.aarch64",
"product_id": "php8-soap-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sockets-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-sockets-8.4.16-160000.1.1.aarch64",
"product_id": "php8-sockets-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sodium-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-sodium-8.4.16-160000.1.1.aarch64",
"product_id": "php8-sodium-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sqlite-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-sqlite-8.4.16-160000.1.1.aarch64",
"product_id": "php8-sqlite-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"product_id": "php8-sysvmsg-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sysvsem-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-sysvsem-8.4.16-160000.1.1.aarch64",
"product_id": "php8-sysvsem-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sysvshm-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-sysvshm-8.4.16-160000.1.1.aarch64",
"product_id": "php8-sysvshm-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-tidy-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-tidy-8.4.16-160000.1.1.aarch64",
"product_id": "php8-tidy-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-tokenizer-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-tokenizer-8.4.16-160000.1.1.aarch64",
"product_id": "php8-tokenizer-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-xmlreader-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-xmlreader-8.4.16-160000.1.1.aarch64",
"product_id": "php8-xmlreader-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"product_id": "php8-xmlwriter-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-xsl-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-xsl-8.4.16-160000.1.1.aarch64",
"product_id": "php8-xsl-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-zip-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-zip-8.4.16-160000.1.1.aarch64",
"product_id": "php8-zip-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-zlib-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-zlib-8.4.16-160000.1.1.aarch64",
"product_id": "php8-zlib-8.4.16-160000.1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "php8-fpm-apache-8.4.16-160000.1.1.noarch",
"product": {
"name": "php8-fpm-apache-8.4.16-160000.1.1.noarch",
"product_id": "php8-fpm-apache-8.4.16-160000.1.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"product_id": "apache2-mod_php8-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-bcmath-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-bcmath-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-bcmath-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-bz2-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-bz2-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-bz2-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-calendar-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-calendar-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-calendar-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-cli-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-cli-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-cli-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-ctype-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-ctype-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-ctype-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-curl-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-curl-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-curl-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-dba-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-dba-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-dba-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-devel-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-devel-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-devel-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-dom-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-dom-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-dom-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-embed-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-embed-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-embed-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-enchant-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-enchant-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-enchant-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-exif-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-exif-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-exif-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-fastcgi-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-ffi-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-ffi-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-ffi-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-fileinfo-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-fpm-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-fpm-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-fpm-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-ftp-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-ftp-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-ftp-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-gd-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-gd-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-gd-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-gettext-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-gettext-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-gettext-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-gmp-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-gmp-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-gmp-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-iconv-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-iconv-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-iconv-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-intl-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-intl-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-intl-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-ldap-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-ldap-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-ldap-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-mbstring-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-mbstring-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-mbstring-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-mysql-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-mysql-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-mysql-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-odbc-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-odbc-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-odbc-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-opcache-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-opcache-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-opcache-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-openssl-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-openssl-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-openssl-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-pcntl-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-pcntl-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-pcntl-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-pdo-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-pdo-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-pdo-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-pgsql-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-pgsql-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-pgsql-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-phar-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-phar-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-phar-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-posix-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-posix-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-posix-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-readline-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-readline-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-readline-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-shmop-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-shmop-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-shmop-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-snmp-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-snmp-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-snmp-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-soap-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-soap-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-soap-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sockets-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-sockets-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-sockets-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sodium-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-sodium-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-sodium-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sqlite-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-sqlite-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-sqlite-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-sysvmsg-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-sysvsem-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-sysvshm-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-tidy-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-tidy-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-tidy-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-tokenizer-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-xmlreader-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-xmlwriter-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-xsl-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-xsl-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-xsl-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-zip-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-zip-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-zip-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-zlib-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-zlib-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-zlib-8.4.16-160000.1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php8-8.4.16-160000.1.1.s390x",
"product": {
"name": "apache2-mod_php8-8.4.16-160000.1.1.s390x",
"product_id": "apache2-mod_php8-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-8.4.16-160000.1.1.s390x",
"product_id": "php8-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-bcmath-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-bcmath-8.4.16-160000.1.1.s390x",
"product_id": "php8-bcmath-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-bz2-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-bz2-8.4.16-160000.1.1.s390x",
"product_id": "php8-bz2-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-calendar-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-calendar-8.4.16-160000.1.1.s390x",
"product_id": "php8-calendar-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-cli-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-cli-8.4.16-160000.1.1.s390x",
"product_id": "php8-cli-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-ctype-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-ctype-8.4.16-160000.1.1.s390x",
"product_id": "php8-ctype-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-curl-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-curl-8.4.16-160000.1.1.s390x",
"product_id": "php8-curl-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-dba-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-dba-8.4.16-160000.1.1.s390x",
"product_id": "php8-dba-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-devel-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-devel-8.4.16-160000.1.1.s390x",
"product_id": "php8-devel-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-dom-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-dom-8.4.16-160000.1.1.s390x",
"product_id": "php8-dom-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-embed-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-embed-8.4.16-160000.1.1.s390x",
"product_id": "php8-embed-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-enchant-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-enchant-8.4.16-160000.1.1.s390x",
"product_id": "php8-enchant-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-exif-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-exif-8.4.16-160000.1.1.s390x",
"product_id": "php8-exif-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-fastcgi-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-fastcgi-8.4.16-160000.1.1.s390x",
"product_id": "php8-fastcgi-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-ffi-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-ffi-8.4.16-160000.1.1.s390x",
"product_id": "php8-ffi-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-fileinfo-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-fileinfo-8.4.16-160000.1.1.s390x",
"product_id": "php8-fileinfo-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-fpm-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-fpm-8.4.16-160000.1.1.s390x",
"product_id": "php8-fpm-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-ftp-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-ftp-8.4.16-160000.1.1.s390x",
"product_id": "php8-ftp-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-gd-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-gd-8.4.16-160000.1.1.s390x",
"product_id": "php8-gd-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-gettext-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-gettext-8.4.16-160000.1.1.s390x",
"product_id": "php8-gettext-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-gmp-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-gmp-8.4.16-160000.1.1.s390x",
"product_id": "php8-gmp-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-iconv-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-iconv-8.4.16-160000.1.1.s390x",
"product_id": "php8-iconv-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-intl-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-intl-8.4.16-160000.1.1.s390x",
"product_id": "php8-intl-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-ldap-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-ldap-8.4.16-160000.1.1.s390x",
"product_id": "php8-ldap-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-mbstring-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-mbstring-8.4.16-160000.1.1.s390x",
"product_id": "php8-mbstring-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-mysql-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-mysql-8.4.16-160000.1.1.s390x",
"product_id": "php8-mysql-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-odbc-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-odbc-8.4.16-160000.1.1.s390x",
"product_id": "php8-odbc-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-opcache-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-opcache-8.4.16-160000.1.1.s390x",
"product_id": "php8-opcache-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-openssl-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-openssl-8.4.16-160000.1.1.s390x",
"product_id": "php8-openssl-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-pcntl-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-pcntl-8.4.16-160000.1.1.s390x",
"product_id": "php8-pcntl-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-pdo-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-pdo-8.4.16-160000.1.1.s390x",
"product_id": "php8-pdo-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-pgsql-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-pgsql-8.4.16-160000.1.1.s390x",
"product_id": "php8-pgsql-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-phar-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-phar-8.4.16-160000.1.1.s390x",
"product_id": "php8-phar-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-posix-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-posix-8.4.16-160000.1.1.s390x",
"product_id": "php8-posix-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-readline-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-readline-8.4.16-160000.1.1.s390x",
"product_id": "php8-readline-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-shmop-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-shmop-8.4.16-160000.1.1.s390x",
"product_id": "php8-shmop-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-snmp-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-snmp-8.4.16-160000.1.1.s390x",
"product_id": "php8-snmp-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-soap-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-soap-8.4.16-160000.1.1.s390x",
"product_id": "php8-soap-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sockets-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-sockets-8.4.16-160000.1.1.s390x",
"product_id": "php8-sockets-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sodium-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-sodium-8.4.16-160000.1.1.s390x",
"product_id": "php8-sodium-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sqlite-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-sqlite-8.4.16-160000.1.1.s390x",
"product_id": "php8-sqlite-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sysvmsg-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-sysvmsg-8.4.16-160000.1.1.s390x",
"product_id": "php8-sysvmsg-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sysvsem-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-sysvsem-8.4.16-160000.1.1.s390x",
"product_id": "php8-sysvsem-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sysvshm-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-sysvshm-8.4.16-160000.1.1.s390x",
"product_id": "php8-sysvshm-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-tidy-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-tidy-8.4.16-160000.1.1.s390x",
"product_id": "php8-tidy-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-tokenizer-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-tokenizer-8.4.16-160000.1.1.s390x",
"product_id": "php8-tokenizer-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-xmlreader-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-xmlreader-8.4.16-160000.1.1.s390x",
"product_id": "php8-xmlreader-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-xmlwriter-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-xmlwriter-8.4.16-160000.1.1.s390x",
"product_id": "php8-xmlwriter-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-xsl-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-xsl-8.4.16-160000.1.1.s390x",
"product_id": "php8-xsl-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-zip-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-zip-8.4.16-160000.1.1.s390x",
"product_id": "php8-zip-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-zlib-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-zlib-8.4.16-160000.1.1.s390x",
"product_id": "php8-zlib-8.4.16-160000.1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"product": {
"name": "apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"product_id": "apache2-mod_php8-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-8.4.16-160000.1.1.x86_64",
"product_id": "php8-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-bcmath-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-bcmath-8.4.16-160000.1.1.x86_64",
"product_id": "php8-bcmath-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-bz2-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-bz2-8.4.16-160000.1.1.x86_64",
"product_id": "php8-bz2-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-calendar-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-calendar-8.4.16-160000.1.1.x86_64",
"product_id": "php8-calendar-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-cli-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-cli-8.4.16-160000.1.1.x86_64",
"product_id": "php8-cli-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-ctype-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-ctype-8.4.16-160000.1.1.x86_64",
"product_id": "php8-ctype-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-curl-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-curl-8.4.16-160000.1.1.x86_64",
"product_id": "php8-curl-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-dba-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-dba-8.4.16-160000.1.1.x86_64",
"product_id": "php8-dba-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-devel-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-devel-8.4.16-160000.1.1.x86_64",
"product_id": "php8-devel-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-dom-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-dom-8.4.16-160000.1.1.x86_64",
"product_id": "php8-dom-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-embed-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-embed-8.4.16-160000.1.1.x86_64",
"product_id": "php8-embed-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-enchant-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-enchant-8.4.16-160000.1.1.x86_64",
"product_id": "php8-enchant-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-exif-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-exif-8.4.16-160000.1.1.x86_64",
"product_id": "php8-exif-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-fastcgi-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-fastcgi-8.4.16-160000.1.1.x86_64",
"product_id": "php8-fastcgi-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-ffi-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-ffi-8.4.16-160000.1.1.x86_64",
"product_id": "php8-ffi-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-fileinfo-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-fileinfo-8.4.16-160000.1.1.x86_64",
"product_id": "php8-fileinfo-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-fpm-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-fpm-8.4.16-160000.1.1.x86_64",
"product_id": "php8-fpm-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-ftp-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-ftp-8.4.16-160000.1.1.x86_64",
"product_id": "php8-ftp-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-gd-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-gd-8.4.16-160000.1.1.x86_64",
"product_id": "php8-gd-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-gettext-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-gettext-8.4.16-160000.1.1.x86_64",
"product_id": "php8-gettext-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-gmp-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-gmp-8.4.16-160000.1.1.x86_64",
"product_id": "php8-gmp-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-iconv-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-iconv-8.4.16-160000.1.1.x86_64",
"product_id": "php8-iconv-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-intl-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-intl-8.4.16-160000.1.1.x86_64",
"product_id": "php8-intl-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-ldap-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-ldap-8.4.16-160000.1.1.x86_64",
"product_id": "php8-ldap-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-mbstring-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-mbstring-8.4.16-160000.1.1.x86_64",
"product_id": "php8-mbstring-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-mysql-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-mysql-8.4.16-160000.1.1.x86_64",
"product_id": "php8-mysql-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-odbc-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-odbc-8.4.16-160000.1.1.x86_64",
"product_id": "php8-odbc-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-opcache-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-opcache-8.4.16-160000.1.1.x86_64",
"product_id": "php8-opcache-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-openssl-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-openssl-8.4.16-160000.1.1.x86_64",
"product_id": "php8-openssl-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-pcntl-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-pcntl-8.4.16-160000.1.1.x86_64",
"product_id": "php8-pcntl-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-pdo-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-pdo-8.4.16-160000.1.1.x86_64",
"product_id": "php8-pdo-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-pgsql-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-pgsql-8.4.16-160000.1.1.x86_64",
"product_id": "php8-pgsql-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-phar-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-phar-8.4.16-160000.1.1.x86_64",
"product_id": "php8-phar-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-posix-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-posix-8.4.16-160000.1.1.x86_64",
"product_id": "php8-posix-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-readline-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-readline-8.4.16-160000.1.1.x86_64",
"product_id": "php8-readline-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-shmop-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-shmop-8.4.16-160000.1.1.x86_64",
"product_id": "php8-shmop-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-snmp-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-snmp-8.4.16-160000.1.1.x86_64",
"product_id": "php8-snmp-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-soap-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-soap-8.4.16-160000.1.1.x86_64",
"product_id": "php8-soap-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sockets-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-sockets-8.4.16-160000.1.1.x86_64",
"product_id": "php8-sockets-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sodium-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-sodium-8.4.16-160000.1.1.x86_64",
"product_id": "php8-sodium-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sqlite-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-sqlite-8.4.16-160000.1.1.x86_64",
"product_id": "php8-sqlite-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"product_id": "php8-sysvmsg-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sysvsem-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-sysvsem-8.4.16-160000.1.1.x86_64",
"product_id": "php8-sysvsem-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sysvshm-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-sysvshm-8.4.16-160000.1.1.x86_64",
"product_id": "php8-sysvshm-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-tidy-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-tidy-8.4.16-160000.1.1.x86_64",
"product_id": "php8-tidy-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-tokenizer-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-tokenizer-8.4.16-160000.1.1.x86_64",
"product_id": "php8-tokenizer-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-xmlreader-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-xmlreader-8.4.16-160000.1.1.x86_64",
"product_id": "php8-xmlreader-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"product_id": "php8-xmlwriter-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-xsl-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-xsl-8.4.16-160000.1.1.x86_64",
"product_id": "php8-xsl-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-zip-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-zip-8.4.16-160000.1.1.x86_64",
"product_id": "php8-zip-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-zlib-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-zlib-8.4.16-160000.1.1.x86_64",
"product_id": "php8-zlib-8.4.16-160000.1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 16.0",
"product": {
"name": "SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16:16.0:server"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product": {
"name": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16:16.0:server-sap"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php8-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64"
},
"product_reference": "apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php8-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php8-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x"
},
"product_reference": "apache2-mod_php8-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php8-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64"
},
"product_reference": "apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-bcmath-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-bcmath-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-bcmath-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-bcmath-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-bz2-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-bz2-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-bz2-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-bz2-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-calendar-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-calendar-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-calendar-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-calendar-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-cli-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-cli-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-cli-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-cli-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-ctype-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-ctype-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-ctype-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-ctype-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-curl-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-curl-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-curl-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-curl-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-dba-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-dba-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-dba-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-dba-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-devel-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-devel-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-devel-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-devel-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-dom-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-dom-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-dom-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-dom-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-embed-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-embed-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-embed-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-embed-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-embed-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-embed-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-embed-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-embed-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-enchant-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-enchant-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-enchant-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-enchant-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-exif-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-exif-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-exif-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-exif-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fastcgi-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-fastcgi-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fastcgi-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fastcgi-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-fastcgi-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fastcgi-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-fastcgi-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ffi-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-ffi-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ffi-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-ffi-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ffi-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-ffi-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ffi-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-ffi-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-fileinfo-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-fileinfo-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-fileinfo-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-fpm-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-fpm-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-fpm-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-fpm-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-apache-8.4.16-160000.1.1.noarch as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch"
},
"product_reference": "php8-fpm-apache-8.4.16-160000.1.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-ftp-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-ftp-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-ftp-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-ftp-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-gd-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-gd-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-gd-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-gd-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-gettext-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-gettext-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-gettext-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-gettext-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-gmp-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-gmp-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-gmp-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-gmp-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-iconv-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-iconv-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-iconv-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-iconv-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-intl-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-intl-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-intl-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-intl-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-ldap-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-ldap-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-ldap-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-ldap-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-mbstring-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-mbstring-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-mbstring-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-mbstring-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-mysql-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-mysql-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-mysql-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-mysql-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-odbc-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-odbc-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-odbc-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-odbc-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-opcache-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-opcache-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-opcache-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-opcache-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-openssl-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-openssl-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-openssl-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-openssl-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-pcntl-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-pcntl-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-pcntl-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-pcntl-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-pdo-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-pdo-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-pdo-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-pdo-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-pgsql-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-pgsql-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-pgsql-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-pgsql-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-phar-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-phar-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-phar-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-phar-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-posix-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-posix-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-posix-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-posix-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-readline-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-readline-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-readline-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-readline-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-shmop-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-shmop-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-shmop-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-shmop-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-snmp-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-snmp-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-snmp-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-snmp-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-soap-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-soap-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-soap-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-soap-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-sockets-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-sockets-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-sockets-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-sockets-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-sodium-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-sodium-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-sodium-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-sodium-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-sqlite-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-sqlite-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-sqlite-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-sqlite-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-sysvmsg-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-sysvsem-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-sysvsem-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-sysvsem-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-sysvshm-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-sysvshm-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-sysvshm-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-tidy-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-tidy-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-tidy-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-tidy-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-tokenizer-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-tokenizer-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-tokenizer-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-xmlreader-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-xmlreader-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-xmlreader-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-xmlwriter-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-xsl-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-xsl-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-xsl-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-xsl-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-zip-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-zip-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-zip-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-zip-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-zlib-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-zlib-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-zlib-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-zlib-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php8-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64"
},
"product_reference": "apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php8-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php8-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x"
},
"product_reference": "apache2-mod_php8-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php8-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64"
},
"product_reference": "apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-bcmath-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-bcmath-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-bcmath-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-bcmath-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-bz2-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-bz2-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-bz2-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-bz2-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-calendar-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-calendar-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-calendar-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-calendar-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-cli-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-cli-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-cli-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-cli-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-ctype-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-ctype-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-ctype-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-ctype-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-curl-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-curl-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-curl-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-curl-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-dba-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-dba-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-dba-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-dba-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-devel-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-devel-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-devel-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-devel-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-dom-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-dom-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-dom-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-dom-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-embed-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-embed-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-embed-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-embed-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-embed-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-embed-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-embed-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-embed-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-enchant-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-enchant-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-enchant-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-enchant-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-exif-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-exif-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-exif-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-exif-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fastcgi-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-fastcgi-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fastcgi-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fastcgi-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-fastcgi-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fastcgi-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-fastcgi-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ffi-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-ffi-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ffi-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-ffi-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ffi-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-ffi-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ffi-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-ffi-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-fileinfo-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-fileinfo-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-fileinfo-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-fpm-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-fpm-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-fpm-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-fpm-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-apache-8.4.16-160000.1.1.noarch as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch"
},
"product_reference": "php8-fpm-apache-8.4.16-160000.1.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-ftp-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-ftp-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-ftp-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-ftp-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-gd-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-gd-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-gd-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-gd-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-gettext-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-gettext-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-gettext-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-gettext-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-gmp-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-gmp-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-gmp-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-gmp-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-iconv-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-iconv-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-iconv-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-iconv-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-intl-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-intl-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-intl-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-intl-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-ldap-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-ldap-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-ldap-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-ldap-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-mbstring-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-mbstring-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-mbstring-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-mbstring-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-mysql-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-mysql-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-mysql-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-mysql-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-odbc-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-odbc-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-odbc-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-odbc-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-opcache-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-opcache-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-opcache-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-opcache-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-openssl-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-openssl-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-openssl-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-openssl-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-pcntl-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-pcntl-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-pcntl-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-pcntl-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-pdo-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-pdo-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-pdo-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-pdo-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-pgsql-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-pgsql-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-pgsql-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-pgsql-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-phar-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-phar-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-phar-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-phar-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-posix-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-posix-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-posix-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-posix-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-readline-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-readline-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-readline-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-readline-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-shmop-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-shmop-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-shmop-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-shmop-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-snmp-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-snmp-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-snmp-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-snmp-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-soap-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-soap-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-soap-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-soap-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-sockets-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-sockets-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-sockets-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-sockets-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-sodium-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-sodium-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-sodium-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-sodium-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-sqlite-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-sqlite-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-sqlite-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-sqlite-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-sysvmsg-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-sysvsem-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-sysvsem-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-sysvsem-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-sysvshm-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-sysvshm-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-sysvshm-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-tidy-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-tidy-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-tidy-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-tidy-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-tokenizer-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-tokenizer-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-tokenizer-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-xmlreader-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-xmlreader-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-xmlreader-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-xmlwriter-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-xsl-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-xsl-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-xsl-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-xsl-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-zip-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-zip-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-zip-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-zip-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.4.16-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-zlib-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.4.16-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-zlib-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.4.16-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-zlib-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.4.16-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-zlib-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-14177",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-14177"
}
],
"notes": [
{
"category": "general",
"text": "In PHP versions:8.1.* before 8.1.34, 8.2.* before 8.2.30, 8.3.* before 8.3.29, 8.4.* before 8.4.16, 8.5.* before 8.5.1, the getimagesize() function may leak uninitialized heap memory into the APPn segments (e.g., APP1) when reading images in multi-chunk mode (such as via php://filter). This occurs due to a bug in php_read_stream_all_chunks() that overwrites the buffer without advancing the pointer, leaving tail bytes uninitialized. This may lead to information disclosure of sensitive heap data and affect the confidentiality of the target server.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-14177",
"url": "https://www.suse.com/security/cve/CVE-2025-14177"
},
{
"category": "external",
"summary": "SUSE Bug 1255710 for CVE-2025-14177",
"url": "https://bugzilla.suse.com/1255710"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T12:36:41Z",
"details": "low"
}
],
"title": "CVE-2025-14177"
},
{
"cve": "CVE-2025-14178",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-14178"
}
],
"notes": [
{
"category": "general",
"text": "In PHP versions:8.1.* before 8.1.34, 8.2.* before 8.2.30, 8.3.* before 8.3.29, 8.4.* before 8.4.16, 8.5.* before 8.5.1, a heap buffer overflow occurs in array_merge() when the total element count of packed arrays exceeds 32-bit limits or HT_MAX_SIZE, due to an integer overflow in the precomputation of element counts using zend_hash_num_elements(). This may lead to memory corruption or crashes and affect the integrity and availability of the target server.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-14178",
"url": "https://www.suse.com/security/cve/CVE-2025-14178"
},
{
"category": "external",
"summary": "SUSE Bug 1255711 for CVE-2025-14178",
"url": "https://bugzilla.suse.com/1255711"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T12:36:41Z",
"details": "moderate"
}
],
"title": "CVE-2025-14178"
},
{
"cve": "CVE-2025-14180",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-14180"
}
],
"notes": [
{
"category": "general",
"text": "In PHP versions 8.1.* before 8.1.34, 8.2.* before 8.2.30, 8.3.* before 8.3.29, 8.4.* before 8.4.16, 8.5.* before 8.5.1 when using the PDO PostgreSQL driver with PDO::ATTR_EMULATE_PREPARES enabled, an invalid character sequence (such as \\x99) in a prepared statement parameter may cause the quoting function PQescapeStringConn to return NULL, leading to a null pointer dereference in pdo_parse_params() function. This may lead to crashes (segmentation fault) and affect the availability of the target server.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-14180",
"url": "https://www.suse.com/security/cve/CVE-2025-14180"
},
{
"category": "external",
"summary": "SUSE Bug 1255712 for CVE-2025-14180",
"url": "https://bugzilla.suse.com/1255712"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.x86_64"
]
}
],
"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": [
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-bz2-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-calendar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-cli-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ctype-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-curl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-dba-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-devel-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-dom-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-embed-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-enchant-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-exif-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ffi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-fpm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ftp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-gd-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-gettext-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-gmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-iconv-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-intl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-ldap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-mysql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-odbc-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-opcache-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-openssl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-pdo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-phar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-posix-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-readline-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-shmop-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-snmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-soap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sockets-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sodium-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-tidy-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-xsl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-zip-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:php8-zlib-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-bz2-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-calendar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-cli-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ctype-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-curl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dba-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-devel-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-dom-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-embed-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-enchant-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-exif-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ffi-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ftp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gd-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gettext-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-gmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-iconv-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-intl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-ldap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-mysql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-odbc-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-opcache-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-openssl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pdo-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-phar-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-posix-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-readline-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-shmop-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-snmp-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-soap-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sockets-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sodium-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tidy-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-xsl-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zip-8.4.16-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:php8-zlib-8.4.16-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T12:36:41Z",
"details": "moderate"
}
],
"title": "CVE-2025-14180"
}
]
}
SUSE-SU-2026:0071-1
Vulnerability from csaf_suse - Published: 2026-01-08 13:22 - Updated: 2026-01-08 13:22Notes
{
"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": "Security update for php8",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for php8 fixes the following issues:\n\nSecurity fixes:\n \n- CVE-2025-14177: getimagesize() function may leak uninitialized heap memory into the APPn segments when reading images in multi-chunk mode (bsc#1255710).\n- CVE-2025-14178: heap buffer overflow occurs in array_merge() when the total element count of packed arrays exceeds 32-bit limits or HT_MAX_SIZE (bsc#1255711).\n- CVE-2025-14180: null pointer dereference in pdo_parse_params() function when using the PDO PostgreSQL driver with PDO::ATTR_EMULATE_PREPARES enabled (bsc#1255712).\n\nOther fixes:\n\n- Update to 8.2.30:\n Curl:\n Fix curl build and test failures with version 8.16.\n Opcache:\n Reset global pointers to prevent use-after-free in zend_jit_status().\n PDO:\n Fixed GHSA-8xr5-qppj-gvwj (PDO quoting result null deref). (CVE-2025-14180)\n Standard:\n Fixed GHSA-www2-q4fc-65wf (Null byte termination in dns_get_record()).\n Fixed GHSA-h96m-rvf9-jgm2 (Heap buffer overflow in array_merge()). (CVE-2025-14178)\n Fixed GHSA-3237-qqm7-mfv7 (Information Leak of Memory in getimagesize). (CVE-2025-14177)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-71,openSUSE-SLE-15.6-2026-71",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_0071-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:0071-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260071-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:0071-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023706.html"
},
{
"category": "self",
"summary": "SUSE Bug 1255710",
"url": "https://bugzilla.suse.com/1255710"
},
{
"category": "self",
"summary": "SUSE Bug 1255711",
"url": "https://bugzilla.suse.com/1255711"
},
{
"category": "self",
"summary": "SUSE Bug 1255712",
"url": "https://bugzilla.suse.com/1255712"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-14177 page",
"url": "https://www.suse.com/security/cve/CVE-2025-14177/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-14178 page",
"url": "https://www.suse.com/security/cve/CVE-2025-14178/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-14180 page",
"url": "https://www.suse.com/security/cve/CVE-2025-14180/"
}
],
"title": "Security update for php8",
"tracking": {
"current_release_date": "2026-01-08T13:22:08Z",
"generator": {
"date": "2026-01-08T13:22:08Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:0071-1",
"initial_release_date": "2026-01-08T13:22:08Z",
"revision_history": [
{
"date": "2026-01-08T13:22:08Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php8-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "apache2-mod_php8-8.2.30-150600.3.25.1.aarch64",
"product_id": "apache2-mod_php8-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-bcmath-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-bcmath-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-bcmath-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-bz2-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-bz2-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-bz2-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-calendar-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-calendar-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-calendar-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-cli-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-cli-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-cli-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-ctype-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-ctype-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-ctype-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-curl-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-curl-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-curl-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-dba-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-dba-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-dba-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-devel-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-devel-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-devel-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-dom-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-dom-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-dom-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-embed-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-embed-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-embed-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-enchant-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-enchant-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-enchant-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-exif-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-exif-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-exif-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-fastcgi-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-fastcgi-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-fastcgi-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-ffi-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-ffi-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-ffi-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-fileinfo-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-fileinfo-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-fileinfo-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-fpm-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-fpm-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-fpm-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-ftp-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-ftp-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-ftp-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-gd-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-gd-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-gd-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-gettext-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-gettext-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-gettext-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-gmp-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-gmp-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-gmp-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-iconv-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-iconv-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-iconv-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-intl-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-intl-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-intl-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-ldap-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-ldap-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-ldap-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-mbstring-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-mbstring-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-mbstring-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-mysql-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-mysql-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-mysql-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-odbc-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-odbc-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-odbc-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-opcache-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-opcache-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-opcache-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-openssl-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-openssl-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-openssl-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-pcntl-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-pcntl-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-pcntl-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-pdo-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-pdo-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-pdo-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-pgsql-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-pgsql-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-pgsql-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-phar-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-phar-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-phar-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-posix-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-posix-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-posix-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-readline-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-readline-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-readline-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-shmop-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-shmop-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-shmop-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-snmp-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-snmp-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-snmp-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-soap-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-soap-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-soap-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sockets-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-sockets-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-sockets-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sodium-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-sodium-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-sodium-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sqlite-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-sqlite-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-sqlite-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sysvmsg-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-sysvmsg-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-sysvmsg-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sysvsem-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-sysvsem-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-sysvsem-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sysvshm-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-sysvshm-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-sysvshm-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-test-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-test-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-test-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-tidy-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-tidy-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-tidy-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-tokenizer-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-tokenizer-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-tokenizer-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-xmlreader-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-xmlreader-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-xmlreader-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-xmlwriter-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-xmlwriter-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-xmlwriter-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-xsl-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-xsl-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-xsl-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-zip-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-zip-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-zip-8.2.30-150600.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-zlib-8.2.30-150600.3.25.1.aarch64",
"product": {
"name": "php8-zlib-8.2.30-150600.3.25.1.aarch64",
"product_id": "php8-zlib-8.2.30-150600.3.25.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php8-8.2.30-150600.3.25.1.i586",
"product": {
"name": "apache2-mod_php8-8.2.30-150600.3.25.1.i586",
"product_id": "apache2-mod_php8-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-8.2.30-150600.3.25.1.i586",
"product_id": "php8-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-bcmath-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-bcmath-8.2.30-150600.3.25.1.i586",
"product_id": "php8-bcmath-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-bz2-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-bz2-8.2.30-150600.3.25.1.i586",
"product_id": "php8-bz2-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-calendar-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-calendar-8.2.30-150600.3.25.1.i586",
"product_id": "php8-calendar-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-cli-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-cli-8.2.30-150600.3.25.1.i586",
"product_id": "php8-cli-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-ctype-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-ctype-8.2.30-150600.3.25.1.i586",
"product_id": "php8-ctype-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-curl-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-curl-8.2.30-150600.3.25.1.i586",
"product_id": "php8-curl-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-dba-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-dba-8.2.30-150600.3.25.1.i586",
"product_id": "php8-dba-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-devel-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-devel-8.2.30-150600.3.25.1.i586",
"product_id": "php8-devel-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-dom-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-dom-8.2.30-150600.3.25.1.i586",
"product_id": "php8-dom-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-embed-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-embed-8.2.30-150600.3.25.1.i586",
"product_id": "php8-embed-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-enchant-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-enchant-8.2.30-150600.3.25.1.i586",
"product_id": "php8-enchant-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-exif-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-exif-8.2.30-150600.3.25.1.i586",
"product_id": "php8-exif-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-fastcgi-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-fastcgi-8.2.30-150600.3.25.1.i586",
"product_id": "php8-fastcgi-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-ffi-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-ffi-8.2.30-150600.3.25.1.i586",
"product_id": "php8-ffi-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-fileinfo-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-fileinfo-8.2.30-150600.3.25.1.i586",
"product_id": "php8-fileinfo-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-fpm-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-fpm-8.2.30-150600.3.25.1.i586",
"product_id": "php8-fpm-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-ftp-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-ftp-8.2.30-150600.3.25.1.i586",
"product_id": "php8-ftp-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-gd-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-gd-8.2.30-150600.3.25.1.i586",
"product_id": "php8-gd-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-gettext-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-gettext-8.2.30-150600.3.25.1.i586",
"product_id": "php8-gettext-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-gmp-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-gmp-8.2.30-150600.3.25.1.i586",
"product_id": "php8-gmp-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-iconv-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-iconv-8.2.30-150600.3.25.1.i586",
"product_id": "php8-iconv-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-intl-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-intl-8.2.30-150600.3.25.1.i586",
"product_id": "php8-intl-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-ldap-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-ldap-8.2.30-150600.3.25.1.i586",
"product_id": "php8-ldap-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-mbstring-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-mbstring-8.2.30-150600.3.25.1.i586",
"product_id": "php8-mbstring-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-mysql-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-mysql-8.2.30-150600.3.25.1.i586",
"product_id": "php8-mysql-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-odbc-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-odbc-8.2.30-150600.3.25.1.i586",
"product_id": "php8-odbc-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-opcache-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-opcache-8.2.30-150600.3.25.1.i586",
"product_id": "php8-opcache-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-openssl-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-openssl-8.2.30-150600.3.25.1.i586",
"product_id": "php8-openssl-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-pcntl-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-pcntl-8.2.30-150600.3.25.1.i586",
"product_id": "php8-pcntl-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-pdo-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-pdo-8.2.30-150600.3.25.1.i586",
"product_id": "php8-pdo-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-pgsql-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-pgsql-8.2.30-150600.3.25.1.i586",
"product_id": "php8-pgsql-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-phar-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-phar-8.2.30-150600.3.25.1.i586",
"product_id": "php8-phar-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-posix-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-posix-8.2.30-150600.3.25.1.i586",
"product_id": "php8-posix-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-readline-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-readline-8.2.30-150600.3.25.1.i586",
"product_id": "php8-readline-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-shmop-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-shmop-8.2.30-150600.3.25.1.i586",
"product_id": "php8-shmop-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-snmp-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-snmp-8.2.30-150600.3.25.1.i586",
"product_id": "php8-snmp-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-soap-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-soap-8.2.30-150600.3.25.1.i586",
"product_id": "php8-soap-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-sockets-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-sockets-8.2.30-150600.3.25.1.i586",
"product_id": "php8-sockets-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-sodium-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-sodium-8.2.30-150600.3.25.1.i586",
"product_id": "php8-sodium-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-sqlite-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-sqlite-8.2.30-150600.3.25.1.i586",
"product_id": "php8-sqlite-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-sysvmsg-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-sysvmsg-8.2.30-150600.3.25.1.i586",
"product_id": "php8-sysvmsg-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-sysvsem-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-sysvsem-8.2.30-150600.3.25.1.i586",
"product_id": "php8-sysvsem-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-sysvshm-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-sysvshm-8.2.30-150600.3.25.1.i586",
"product_id": "php8-sysvshm-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-test-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-test-8.2.30-150600.3.25.1.i586",
"product_id": "php8-test-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-tidy-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-tidy-8.2.30-150600.3.25.1.i586",
"product_id": "php8-tidy-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-tokenizer-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-tokenizer-8.2.30-150600.3.25.1.i586",
"product_id": "php8-tokenizer-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-xmlreader-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-xmlreader-8.2.30-150600.3.25.1.i586",
"product_id": "php8-xmlreader-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-xmlwriter-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-xmlwriter-8.2.30-150600.3.25.1.i586",
"product_id": "php8-xmlwriter-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-xsl-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-xsl-8.2.30-150600.3.25.1.i586",
"product_id": "php8-xsl-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-zip-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-zip-8.2.30-150600.3.25.1.i586",
"product_id": "php8-zip-8.2.30-150600.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "php8-zlib-8.2.30-150600.3.25.1.i586",
"product": {
"name": "php8-zlib-8.2.30-150600.3.25.1.i586",
"product_id": "php8-zlib-8.2.30-150600.3.25.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "php8-fpm-apache-8.2.30-150600.3.25.1.noarch",
"product": {
"name": "php8-fpm-apache-8.2.30-150600.3.25.1.noarch",
"product_id": "php8-fpm-apache-8.2.30-150600.3.25.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php8-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "apache2-mod_php8-8.2.30-150600.3.25.1.ppc64le",
"product_id": "apache2-mod_php8-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-bcmath-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-bcmath-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-bcmath-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-bz2-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-bz2-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-bz2-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-calendar-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-calendar-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-calendar-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-cli-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-cli-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-cli-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-ctype-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-ctype-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-ctype-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-curl-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-curl-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-curl-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-dba-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-dba-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-dba-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-devel-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-devel-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-devel-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-dom-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-dom-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-dom-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-embed-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-embed-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-embed-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-enchant-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-enchant-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-enchant-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-exif-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-exif-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-exif-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-fastcgi-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-fastcgi-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-fastcgi-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-ffi-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-ffi-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-ffi-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-fileinfo-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-fileinfo-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-fileinfo-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-fpm-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-fpm-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-fpm-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-ftp-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-ftp-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-ftp-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-gd-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-gd-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-gd-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-gettext-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-gettext-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-gettext-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-gmp-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-gmp-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-gmp-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-iconv-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-iconv-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-iconv-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-intl-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-intl-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-intl-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-ldap-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-ldap-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-ldap-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-mbstring-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-mbstring-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-mbstring-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-mysql-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-mysql-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-mysql-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-odbc-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-odbc-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-odbc-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-opcache-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-opcache-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-opcache-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-openssl-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-openssl-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-openssl-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-pcntl-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-pcntl-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-pcntl-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-pdo-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-pdo-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-pdo-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-pgsql-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-pgsql-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-pgsql-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-phar-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-phar-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-phar-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-posix-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-posix-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-posix-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-readline-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-readline-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-readline-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-shmop-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-shmop-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-shmop-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-snmp-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-snmp-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-snmp-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-soap-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-soap-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-soap-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sockets-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-sockets-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-sockets-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sodium-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-sodium-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-sodium-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sqlite-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-sqlite-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-sqlite-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sysvmsg-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-sysvmsg-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-sysvmsg-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sysvsem-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-sysvsem-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-sysvsem-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sysvshm-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-sysvshm-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-sysvshm-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-test-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-test-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-test-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-tidy-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-tidy-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-tidy-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-tokenizer-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-tokenizer-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-tokenizer-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-xmlreader-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-xmlreader-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-xmlreader-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-xmlwriter-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-xmlwriter-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-xmlwriter-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-xsl-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-xsl-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-xsl-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-zip-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-zip-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-zip-8.2.30-150600.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-zlib-8.2.30-150600.3.25.1.ppc64le",
"product": {
"name": "php8-zlib-8.2.30-150600.3.25.1.ppc64le",
"product_id": "php8-zlib-8.2.30-150600.3.25.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php8-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "apache2-mod_php8-8.2.30-150600.3.25.1.s390x",
"product_id": "apache2-mod_php8-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-bcmath-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-bcmath-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-bcmath-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-bz2-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-bz2-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-bz2-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-calendar-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-calendar-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-calendar-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-cli-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-cli-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-cli-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-ctype-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-ctype-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-ctype-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-curl-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-curl-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-curl-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-dba-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-dba-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-dba-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-devel-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-devel-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-devel-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-dom-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-dom-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-dom-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-embed-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-embed-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-embed-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-enchant-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-enchant-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-enchant-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-exif-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-exif-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-exif-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-fastcgi-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-fastcgi-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-fastcgi-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-ffi-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-ffi-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-ffi-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-fileinfo-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-fileinfo-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-fileinfo-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-fpm-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-fpm-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-fpm-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-ftp-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-ftp-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-ftp-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-gd-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-gd-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-gd-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-gettext-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-gettext-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-gettext-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-gmp-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-gmp-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-gmp-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-iconv-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-iconv-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-iconv-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-intl-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-intl-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-intl-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-ldap-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-ldap-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-ldap-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-mbstring-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-mbstring-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-mbstring-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-mysql-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-mysql-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-mysql-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-odbc-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-odbc-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-odbc-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-opcache-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-opcache-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-opcache-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-openssl-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-openssl-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-openssl-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-pcntl-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-pcntl-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-pcntl-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-pdo-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-pdo-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-pdo-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-pgsql-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-pgsql-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-pgsql-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-phar-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-phar-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-phar-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-posix-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-posix-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-posix-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-readline-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-readline-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-readline-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-shmop-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-shmop-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-shmop-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-snmp-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-snmp-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-snmp-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-soap-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-soap-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-soap-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sockets-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-sockets-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-sockets-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sodium-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-sodium-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-sodium-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sqlite-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-sqlite-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-sqlite-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sysvmsg-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-sysvmsg-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-sysvmsg-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sysvsem-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-sysvsem-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-sysvsem-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sysvshm-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-sysvshm-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-sysvshm-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-test-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-test-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-test-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-tidy-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-tidy-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-tidy-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-tokenizer-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-tokenizer-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-tokenizer-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-xmlreader-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-xmlreader-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-xmlreader-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-xmlwriter-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-xmlwriter-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-xmlwriter-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-xsl-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-xsl-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-xsl-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-zip-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-zip-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-zip-8.2.30-150600.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-zlib-8.2.30-150600.3.25.1.s390x",
"product": {
"name": "php8-zlib-8.2.30-150600.3.25.1.s390x",
"product_id": "php8-zlib-8.2.30-150600.3.25.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php8-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "apache2-mod_php8-8.2.30-150600.3.25.1.x86_64",
"product_id": "apache2-mod_php8-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-bcmath-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-bcmath-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-bcmath-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-bz2-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-bz2-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-bz2-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-calendar-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-calendar-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-calendar-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-cli-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-cli-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-cli-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-ctype-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-ctype-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-ctype-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-curl-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-curl-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-curl-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-dba-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-dba-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-dba-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-devel-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-devel-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-devel-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-dom-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-dom-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-dom-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-embed-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-embed-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-embed-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-enchant-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-enchant-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-enchant-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-exif-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-exif-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-exif-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-fastcgi-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-fastcgi-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-fastcgi-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-ffi-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-ffi-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-ffi-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-fileinfo-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-fileinfo-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-fileinfo-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-fpm-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-fpm-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-fpm-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-ftp-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-ftp-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-ftp-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-gd-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-gd-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-gd-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-gettext-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-gettext-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-gettext-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-gmp-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-gmp-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-gmp-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-iconv-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-iconv-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-iconv-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-intl-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-intl-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-intl-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-ldap-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-ldap-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-ldap-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-mbstring-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-mbstring-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-mbstring-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-mysql-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-mysql-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-mysql-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-odbc-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-odbc-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-odbc-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-opcache-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-opcache-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-opcache-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-openssl-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-openssl-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-openssl-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-pcntl-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-pcntl-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-pcntl-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-pdo-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-pdo-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-pdo-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-pgsql-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-pgsql-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-pgsql-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-phar-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-phar-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-phar-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-posix-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-posix-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-posix-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-readline-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-readline-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-readline-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-shmop-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-shmop-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-shmop-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-snmp-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-snmp-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-snmp-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-soap-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-soap-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-soap-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sockets-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-sockets-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-sockets-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sodium-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-sodium-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-sodium-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sqlite-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-sqlite-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-sqlite-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sysvmsg-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-sysvmsg-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-sysvmsg-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sysvsem-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-sysvsem-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-sysvsem-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sysvshm-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-sysvshm-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-sysvshm-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-test-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-test-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-test-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-tidy-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-tidy-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-tidy-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-tokenizer-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-tokenizer-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-tokenizer-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-xmlreader-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-xmlreader-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-xmlreader-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-xmlwriter-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-xmlwriter-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-xmlwriter-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-xsl-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-xsl-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-xsl-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-zip-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-zip-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-zip-8.2.30-150600.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-zlib-8.2.30-150600.3.25.1.x86_64",
"product": {
"name": "php8-zlib-8.2.30-150600.3.25.1.x86_64",
"product_id": "php8-zlib-8.2.30-150600.3.25.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php8-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "apache2-mod_php8-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php8-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "apache2-mod_php8-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php8-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "apache2-mod_php8-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php8-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "apache2-mod_php8-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-bcmath-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-bcmath-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-bcmath-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-bcmath-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-bz2-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-bz2-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-bz2-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-bz2-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-calendar-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-calendar-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-calendar-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-calendar-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-cli-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-cli-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-cli-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-cli-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-ctype-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-ctype-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-ctype-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-ctype-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-curl-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-curl-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-curl-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-curl-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-dba-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-dba-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-dba-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-dba-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-devel-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-devel-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-devel-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-devel-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-dom-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-dom-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-dom-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-dom-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-embed-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-embed-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-embed-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-embed-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-embed-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-embed-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-embed-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-embed-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-enchant-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-enchant-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-enchant-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-enchant-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-exif-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-exif-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-exif-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-exif-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fastcgi-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-fastcgi-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fastcgi-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-fastcgi-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fastcgi-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-fastcgi-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fastcgi-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-fastcgi-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ffi-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-ffi-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ffi-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-ffi-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ffi-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-ffi-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ffi-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-ffi-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-fileinfo-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-fileinfo-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-fileinfo-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-fileinfo-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-fpm-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-fpm-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-fpm-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-fpm-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-apache-8.2.30-150600.3.25.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-fpm-apache-8.2.30-150600.3.25.1.noarch"
},
"product_reference": "php8-fpm-apache-8.2.30-150600.3.25.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-ftp-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-ftp-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-ftp-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-ftp-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-gd-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-gd-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-gd-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-gd-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-gettext-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-gettext-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-gettext-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-gettext-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-gmp-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-gmp-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-gmp-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-gmp-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-iconv-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-iconv-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-iconv-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-iconv-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-intl-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-intl-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-intl-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-intl-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-ldap-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-ldap-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-ldap-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-ldap-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-mbstring-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-mbstring-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-mbstring-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-mbstring-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-mysql-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-mysql-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-mysql-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-mysql-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-odbc-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-odbc-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-odbc-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-odbc-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-opcache-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-opcache-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-opcache-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-opcache-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-openssl-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-openssl-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-openssl-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-openssl-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-pcntl-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-pcntl-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-pcntl-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-pcntl-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-pdo-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-pdo-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-pdo-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-pdo-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-pgsql-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-pgsql-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-pgsql-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-pgsql-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-phar-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-phar-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-phar-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-phar-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-posix-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-posix-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-posix-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-posix-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-readline-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-readline-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-readline-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-readline-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-shmop-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-shmop-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-shmop-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-shmop-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-snmp-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-snmp-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-snmp-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-snmp-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-soap-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-soap-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-soap-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-soap-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-sockets-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-sockets-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-sockets-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-sockets-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-sodium-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-sodium-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-sodium-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-sodium-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-sqlite-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-sqlite-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-sqlite-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-sqlite-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-sysvmsg-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-sysvmsg-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-sysvmsg-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-sysvmsg-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-sysvsem-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-sysvsem-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-sysvsem-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-sysvsem-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-sysvshm-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-sysvshm-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-sysvshm-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-sysvshm-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-test-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-test-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-test-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-test-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-test-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-test-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-test-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-test-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-tidy-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-tidy-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-tidy-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-tidy-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-tokenizer-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-tokenizer-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-tokenizer-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-tokenizer-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-xmlreader-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-xmlreader-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-xmlreader-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-xmlreader-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-xmlwriter-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-xmlwriter-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-xmlwriter-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-xmlwriter-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-xsl-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-xsl-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-xsl-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-xsl-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-zip-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-zip-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-zip-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-zip-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.2.30-150600.3.25.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.aarch64"
},
"product_reference": "php8-zlib-8.2.30-150600.3.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.2.30-150600.3.25.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.ppc64le"
},
"product_reference": "php8-zlib-8.2.30-150600.3.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.2.30-150600.3.25.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.s390x"
},
"product_reference": "php8-zlib-8.2.30-150600.3.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.2.30-150600.3.25.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.x86_64"
},
"product_reference": "php8-zlib-8.2.30-150600.3.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-14177",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-14177"
}
],
"notes": [
{
"category": "general",
"text": "In PHP versions:8.1.* before 8.1.34, 8.2.* before 8.2.30, 8.3.* before 8.3.29, 8.4.* before 8.4.16, 8.5.* before 8.5.1, the getimagesize() function may leak uninitialized heap memory into the APPn segments (e.g., APP1) when reading images in multi-chunk mode (such as via php://filter). This occurs due to a bug in php_read_stream_all_chunks() that overwrites the buffer without advancing the pointer, leaving tail bytes uninitialized. This may lead to information disclosure of sensitive heap data and affect the confidentiality of the target server.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fpm-apache-8.2.30-150600.3.25.1.noarch",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-14177",
"url": "https://www.suse.com/security/cve/CVE-2025-14177"
},
{
"category": "external",
"summary": "SUSE Bug 1255710 for CVE-2025-14177",
"url": "https://bugzilla.suse.com/1255710"
}
],
"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 Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fpm-apache-8.2.30-150600.3.25.1.noarch",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fpm-apache-8.2.30-150600.3.25.1.noarch",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-08T13:22:08Z",
"details": "low"
}
],
"title": "CVE-2025-14177"
},
{
"cve": "CVE-2025-14178",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-14178"
}
],
"notes": [
{
"category": "general",
"text": "In PHP versions:8.1.* before 8.1.34, 8.2.* before 8.2.30, 8.3.* before 8.3.29, 8.4.* before 8.4.16, 8.5.* before 8.5.1, a heap buffer overflow occurs in array_merge() when the total element count of packed arrays exceeds 32-bit limits or HT_MAX_SIZE, due to an integer overflow in the precomputation of element counts using zend_hash_num_elements(). This may lead to memory corruption or crashes and affect the integrity and availability of the target server.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fpm-apache-8.2.30-150600.3.25.1.noarch",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-14178",
"url": "https://www.suse.com/security/cve/CVE-2025-14178"
},
{
"category": "external",
"summary": "SUSE Bug 1255711 for CVE-2025-14178",
"url": "https://bugzilla.suse.com/1255711"
}
],
"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 Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fpm-apache-8.2.30-150600.3.25.1.noarch",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fpm-apache-8.2.30-150600.3.25.1.noarch",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-08T13:22:08Z",
"details": "moderate"
}
],
"title": "CVE-2025-14178"
},
{
"cve": "CVE-2025-14180",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-14180"
}
],
"notes": [
{
"category": "general",
"text": "In PHP versions 8.1.* before 8.1.34, 8.2.* before 8.2.30, 8.3.* before 8.3.29, 8.4.* before 8.4.16, 8.5.* before 8.5.1 when using the PDO PostgreSQL driver with PDO::ATTR_EMULATE_PREPARES enabled, an invalid character sequence (such as \\x99) in a prepared statement parameter may cause the quoting function PQescapeStringConn to return NULL, leading to a null pointer dereference in pdo_parse_params() function. This may lead to crashes (segmentation fault) and affect the availability of the target server.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fpm-apache-8.2.30-150600.3.25.1.noarch",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-14180",
"url": "https://www.suse.com/security/cve/CVE-2025-14180"
},
{
"category": "external",
"summary": "SUSE Bug 1255712 for CVE-2025-14180",
"url": "https://bugzilla.suse.com/1255712"
}
],
"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 Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fpm-apache-8.2.30-150600.3.25.1.noarch",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.x86_64"
]
}
],
"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": [
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:apache2-mod_php8-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-bcmath-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-bz2-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-calendar-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-cli-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ctype-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-curl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-dba-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-devel-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-dom-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-embed-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-enchant-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-exif-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-fastcgi-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ffi-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-fileinfo-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-fpm-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-fpm-apache-8.2.30-150600.3.25.1.noarch",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ftp-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-gd-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-gettext-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-gmp-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-iconv-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-intl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-ldap-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-mbstring-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-mysql-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-odbc-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-opcache-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-openssl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-pcntl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-pdo-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-pgsql-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-phar-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-posix-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-readline-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-shmop-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-snmp-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-soap-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sockets-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sodium-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sqlite-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sysvmsg-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sysvsem-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-sysvshm-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-test-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-tidy-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-tokenizer-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-xmlreader-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-xmlwriter-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-xsl-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-zip-8.2.30-150600.3.25.1.x86_64",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.aarch64",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.ppc64le",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.s390x",
"openSUSE Leap 15.6:php8-zlib-8.2.30-150600.3.25.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-08T13:22:08Z",
"details": "moderate"
}
],
"title": "CVE-2025-14180"
}
]
}
OPENSUSE-SU-2026:20113-1
Vulnerability from csaf_opensuse - Published: 2026-01-26 12:37 - Updated: 2026-01-26 12:37Notes
{
"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": "Security update for php8",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for php8 fixes the following issues:\n\nVersion update to 8.4.16:\n\nSecurity fixes:\n\n- CVE-2025-14177: getimagesize() function may leak uninitialized heap memory into the APPn segments when reading images in multi-chunk mode (bsc#1255710).\n- CVE-2025-14178: heap buffer overflow occurs in array_merge() when the total element count of packed arrays exceeds 32-bit limits or HT_MAX_SIZE (bsc#1255711).\n- CVE-2025-14180: null pointer dereference in pdo_parse_params() function when using the PDO PostgreSQL driver with PDO::ATTR_EMULATE_PREPARES enabled (bsc#1255712).\n\nOther fixes:\n\n- php8 contains Directories owned by wwwrun but does not require User. (bsc#1255043)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Leap-16.0-198",
"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-2026_20113-1.json"
},
{
"category": "self",
"summary": "SUSE Bug 1255043",
"url": "https://bugzilla.suse.com/1255043"
},
{
"category": "self",
"summary": "SUSE Bug 1255710",
"url": "https://bugzilla.suse.com/1255710"
},
{
"category": "self",
"summary": "SUSE Bug 1255711",
"url": "https://bugzilla.suse.com/1255711"
},
{
"category": "self",
"summary": "SUSE Bug 1255712",
"url": "https://bugzilla.suse.com/1255712"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-14177 page",
"url": "https://www.suse.com/security/cve/CVE-2025-14177/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-14178 page",
"url": "https://www.suse.com/security/cve/CVE-2025-14178/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-14180 page",
"url": "https://www.suse.com/security/cve/CVE-2025-14180/"
}
],
"title": "Security update for php8",
"tracking": {
"current_release_date": "2026-01-26T12:37:41Z",
"generator": {
"date": "2026-01-26T12:37:41Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:20113-1",
"initial_release_date": "2026-01-26T12:37:41Z",
"revision_history": [
{
"date": "2026-01-26T12:37:41Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"product": {
"name": "apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"product_id": "apache2-mod_php8-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-8.4.16-160000.1.1.aarch64",
"product_id": "php8-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-bcmath-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-bcmath-8.4.16-160000.1.1.aarch64",
"product_id": "php8-bcmath-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-bz2-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-bz2-8.4.16-160000.1.1.aarch64",
"product_id": "php8-bz2-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-calendar-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-calendar-8.4.16-160000.1.1.aarch64",
"product_id": "php8-calendar-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-cli-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-cli-8.4.16-160000.1.1.aarch64",
"product_id": "php8-cli-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-ctype-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-ctype-8.4.16-160000.1.1.aarch64",
"product_id": "php8-ctype-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-curl-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-curl-8.4.16-160000.1.1.aarch64",
"product_id": "php8-curl-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-dba-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-dba-8.4.16-160000.1.1.aarch64",
"product_id": "php8-dba-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-devel-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-devel-8.4.16-160000.1.1.aarch64",
"product_id": "php8-devel-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-dom-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-dom-8.4.16-160000.1.1.aarch64",
"product_id": "php8-dom-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-embed-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-embed-8.4.16-160000.1.1.aarch64",
"product_id": "php8-embed-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-enchant-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-enchant-8.4.16-160000.1.1.aarch64",
"product_id": "php8-enchant-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-exif-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-exif-8.4.16-160000.1.1.aarch64",
"product_id": "php8-exif-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-fastcgi-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-fastcgi-8.4.16-160000.1.1.aarch64",
"product_id": "php8-fastcgi-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-ffi-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-ffi-8.4.16-160000.1.1.aarch64",
"product_id": "php8-ffi-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-fileinfo-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-fileinfo-8.4.16-160000.1.1.aarch64",
"product_id": "php8-fileinfo-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-fpm-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-fpm-8.4.16-160000.1.1.aarch64",
"product_id": "php8-fpm-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-ftp-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-ftp-8.4.16-160000.1.1.aarch64",
"product_id": "php8-ftp-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-gd-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-gd-8.4.16-160000.1.1.aarch64",
"product_id": "php8-gd-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-gettext-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-gettext-8.4.16-160000.1.1.aarch64",
"product_id": "php8-gettext-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-gmp-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-gmp-8.4.16-160000.1.1.aarch64",
"product_id": "php8-gmp-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-iconv-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-iconv-8.4.16-160000.1.1.aarch64",
"product_id": "php8-iconv-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-intl-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-intl-8.4.16-160000.1.1.aarch64",
"product_id": "php8-intl-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-ldap-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-ldap-8.4.16-160000.1.1.aarch64",
"product_id": "php8-ldap-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-mbstring-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-mbstring-8.4.16-160000.1.1.aarch64",
"product_id": "php8-mbstring-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-mysql-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-mysql-8.4.16-160000.1.1.aarch64",
"product_id": "php8-mysql-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-odbc-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-odbc-8.4.16-160000.1.1.aarch64",
"product_id": "php8-odbc-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-opcache-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-opcache-8.4.16-160000.1.1.aarch64",
"product_id": "php8-opcache-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-openssl-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-openssl-8.4.16-160000.1.1.aarch64",
"product_id": "php8-openssl-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-pcntl-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-pcntl-8.4.16-160000.1.1.aarch64",
"product_id": "php8-pcntl-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-pdo-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-pdo-8.4.16-160000.1.1.aarch64",
"product_id": "php8-pdo-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-pgsql-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-pgsql-8.4.16-160000.1.1.aarch64",
"product_id": "php8-pgsql-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-phar-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-phar-8.4.16-160000.1.1.aarch64",
"product_id": "php8-phar-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-posix-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-posix-8.4.16-160000.1.1.aarch64",
"product_id": "php8-posix-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-readline-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-readline-8.4.16-160000.1.1.aarch64",
"product_id": "php8-readline-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-shmop-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-shmop-8.4.16-160000.1.1.aarch64",
"product_id": "php8-shmop-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-snmp-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-snmp-8.4.16-160000.1.1.aarch64",
"product_id": "php8-snmp-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-soap-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-soap-8.4.16-160000.1.1.aarch64",
"product_id": "php8-soap-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sockets-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-sockets-8.4.16-160000.1.1.aarch64",
"product_id": "php8-sockets-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sodium-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-sodium-8.4.16-160000.1.1.aarch64",
"product_id": "php8-sodium-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sqlite-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-sqlite-8.4.16-160000.1.1.aarch64",
"product_id": "php8-sqlite-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"product_id": "php8-sysvmsg-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sysvsem-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-sysvsem-8.4.16-160000.1.1.aarch64",
"product_id": "php8-sysvsem-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sysvshm-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-sysvshm-8.4.16-160000.1.1.aarch64",
"product_id": "php8-sysvshm-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-test-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-test-8.4.16-160000.1.1.aarch64",
"product_id": "php8-test-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-tidy-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-tidy-8.4.16-160000.1.1.aarch64",
"product_id": "php8-tidy-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-tokenizer-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-tokenizer-8.4.16-160000.1.1.aarch64",
"product_id": "php8-tokenizer-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-xmlreader-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-xmlreader-8.4.16-160000.1.1.aarch64",
"product_id": "php8-xmlreader-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"product_id": "php8-xmlwriter-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-xsl-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-xsl-8.4.16-160000.1.1.aarch64",
"product_id": "php8-xsl-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-zip-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-zip-8.4.16-160000.1.1.aarch64",
"product_id": "php8-zip-8.4.16-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-zlib-8.4.16-160000.1.1.aarch64",
"product": {
"name": "php8-zlib-8.4.16-160000.1.1.aarch64",
"product_id": "php8-zlib-8.4.16-160000.1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "php8-fpm-apache-8.4.16-160000.1.1.noarch",
"product": {
"name": "php8-fpm-apache-8.4.16-160000.1.1.noarch",
"product_id": "php8-fpm-apache-8.4.16-160000.1.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"product_id": "apache2-mod_php8-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-bcmath-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-bcmath-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-bcmath-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-bz2-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-bz2-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-bz2-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-calendar-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-calendar-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-calendar-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-cli-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-cli-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-cli-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-ctype-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-ctype-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-ctype-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-curl-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-curl-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-curl-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-dba-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-dba-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-dba-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-devel-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-devel-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-devel-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-dom-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-dom-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-dom-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-embed-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-embed-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-embed-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-enchant-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-enchant-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-enchant-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-exif-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-exif-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-exif-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-fastcgi-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-ffi-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-ffi-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-ffi-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-fileinfo-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-fpm-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-fpm-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-fpm-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-ftp-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-ftp-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-ftp-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-gd-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-gd-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-gd-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-gettext-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-gettext-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-gettext-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-gmp-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-gmp-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-gmp-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-iconv-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-iconv-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-iconv-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-intl-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-intl-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-intl-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-ldap-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-ldap-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-ldap-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-mbstring-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-mbstring-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-mbstring-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-mysql-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-mysql-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-mysql-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-odbc-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-odbc-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-odbc-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-opcache-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-opcache-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-opcache-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-openssl-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-openssl-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-openssl-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-pcntl-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-pcntl-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-pcntl-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-pdo-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-pdo-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-pdo-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-pgsql-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-pgsql-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-pgsql-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-phar-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-phar-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-phar-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-posix-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-posix-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-posix-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-readline-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-readline-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-readline-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-shmop-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-shmop-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-shmop-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-snmp-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-snmp-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-snmp-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-soap-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-soap-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-soap-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sockets-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-sockets-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-sockets-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sodium-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-sodium-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-sodium-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sqlite-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-sqlite-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-sqlite-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-sysvmsg-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-sysvsem-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-sysvshm-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-test-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-test-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-test-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-tidy-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-tidy-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-tidy-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-tokenizer-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-xmlreader-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-xmlwriter-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-xsl-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-xsl-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-xsl-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-zip-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-zip-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-zip-8.4.16-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-zlib-8.4.16-160000.1.1.ppc64le",
"product": {
"name": "php8-zlib-8.4.16-160000.1.1.ppc64le",
"product_id": "php8-zlib-8.4.16-160000.1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php8-8.4.16-160000.1.1.s390x",
"product": {
"name": "apache2-mod_php8-8.4.16-160000.1.1.s390x",
"product_id": "apache2-mod_php8-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-8.4.16-160000.1.1.s390x",
"product_id": "php8-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-bcmath-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-bcmath-8.4.16-160000.1.1.s390x",
"product_id": "php8-bcmath-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-bz2-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-bz2-8.4.16-160000.1.1.s390x",
"product_id": "php8-bz2-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-calendar-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-calendar-8.4.16-160000.1.1.s390x",
"product_id": "php8-calendar-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-cli-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-cli-8.4.16-160000.1.1.s390x",
"product_id": "php8-cli-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-ctype-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-ctype-8.4.16-160000.1.1.s390x",
"product_id": "php8-ctype-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-curl-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-curl-8.4.16-160000.1.1.s390x",
"product_id": "php8-curl-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-dba-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-dba-8.4.16-160000.1.1.s390x",
"product_id": "php8-dba-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-devel-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-devel-8.4.16-160000.1.1.s390x",
"product_id": "php8-devel-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-dom-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-dom-8.4.16-160000.1.1.s390x",
"product_id": "php8-dom-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-embed-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-embed-8.4.16-160000.1.1.s390x",
"product_id": "php8-embed-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-enchant-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-enchant-8.4.16-160000.1.1.s390x",
"product_id": "php8-enchant-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-exif-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-exif-8.4.16-160000.1.1.s390x",
"product_id": "php8-exif-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-fastcgi-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-fastcgi-8.4.16-160000.1.1.s390x",
"product_id": "php8-fastcgi-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-ffi-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-ffi-8.4.16-160000.1.1.s390x",
"product_id": "php8-ffi-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-fileinfo-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-fileinfo-8.4.16-160000.1.1.s390x",
"product_id": "php8-fileinfo-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-fpm-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-fpm-8.4.16-160000.1.1.s390x",
"product_id": "php8-fpm-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-ftp-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-ftp-8.4.16-160000.1.1.s390x",
"product_id": "php8-ftp-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-gd-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-gd-8.4.16-160000.1.1.s390x",
"product_id": "php8-gd-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-gettext-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-gettext-8.4.16-160000.1.1.s390x",
"product_id": "php8-gettext-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-gmp-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-gmp-8.4.16-160000.1.1.s390x",
"product_id": "php8-gmp-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-iconv-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-iconv-8.4.16-160000.1.1.s390x",
"product_id": "php8-iconv-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-intl-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-intl-8.4.16-160000.1.1.s390x",
"product_id": "php8-intl-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-ldap-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-ldap-8.4.16-160000.1.1.s390x",
"product_id": "php8-ldap-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-mbstring-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-mbstring-8.4.16-160000.1.1.s390x",
"product_id": "php8-mbstring-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-mysql-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-mysql-8.4.16-160000.1.1.s390x",
"product_id": "php8-mysql-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-odbc-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-odbc-8.4.16-160000.1.1.s390x",
"product_id": "php8-odbc-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-opcache-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-opcache-8.4.16-160000.1.1.s390x",
"product_id": "php8-opcache-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-openssl-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-openssl-8.4.16-160000.1.1.s390x",
"product_id": "php8-openssl-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-pcntl-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-pcntl-8.4.16-160000.1.1.s390x",
"product_id": "php8-pcntl-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-pdo-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-pdo-8.4.16-160000.1.1.s390x",
"product_id": "php8-pdo-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-pgsql-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-pgsql-8.4.16-160000.1.1.s390x",
"product_id": "php8-pgsql-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-phar-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-phar-8.4.16-160000.1.1.s390x",
"product_id": "php8-phar-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-posix-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-posix-8.4.16-160000.1.1.s390x",
"product_id": "php8-posix-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-readline-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-readline-8.4.16-160000.1.1.s390x",
"product_id": "php8-readline-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-shmop-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-shmop-8.4.16-160000.1.1.s390x",
"product_id": "php8-shmop-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-snmp-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-snmp-8.4.16-160000.1.1.s390x",
"product_id": "php8-snmp-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-soap-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-soap-8.4.16-160000.1.1.s390x",
"product_id": "php8-soap-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sockets-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-sockets-8.4.16-160000.1.1.s390x",
"product_id": "php8-sockets-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sodium-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-sodium-8.4.16-160000.1.1.s390x",
"product_id": "php8-sodium-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sqlite-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-sqlite-8.4.16-160000.1.1.s390x",
"product_id": "php8-sqlite-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sysvmsg-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-sysvmsg-8.4.16-160000.1.1.s390x",
"product_id": "php8-sysvmsg-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sysvsem-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-sysvsem-8.4.16-160000.1.1.s390x",
"product_id": "php8-sysvsem-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sysvshm-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-sysvshm-8.4.16-160000.1.1.s390x",
"product_id": "php8-sysvshm-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-test-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-test-8.4.16-160000.1.1.s390x",
"product_id": "php8-test-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-tidy-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-tidy-8.4.16-160000.1.1.s390x",
"product_id": "php8-tidy-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-tokenizer-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-tokenizer-8.4.16-160000.1.1.s390x",
"product_id": "php8-tokenizer-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-xmlreader-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-xmlreader-8.4.16-160000.1.1.s390x",
"product_id": "php8-xmlreader-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-xmlwriter-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-xmlwriter-8.4.16-160000.1.1.s390x",
"product_id": "php8-xmlwriter-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-xsl-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-xsl-8.4.16-160000.1.1.s390x",
"product_id": "php8-xsl-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-zip-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-zip-8.4.16-160000.1.1.s390x",
"product_id": "php8-zip-8.4.16-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-zlib-8.4.16-160000.1.1.s390x",
"product": {
"name": "php8-zlib-8.4.16-160000.1.1.s390x",
"product_id": "php8-zlib-8.4.16-160000.1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"product": {
"name": "apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"product_id": "apache2-mod_php8-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-8.4.16-160000.1.1.x86_64",
"product_id": "php8-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-bcmath-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-bcmath-8.4.16-160000.1.1.x86_64",
"product_id": "php8-bcmath-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-bz2-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-bz2-8.4.16-160000.1.1.x86_64",
"product_id": "php8-bz2-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-calendar-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-calendar-8.4.16-160000.1.1.x86_64",
"product_id": "php8-calendar-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-cli-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-cli-8.4.16-160000.1.1.x86_64",
"product_id": "php8-cli-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-ctype-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-ctype-8.4.16-160000.1.1.x86_64",
"product_id": "php8-ctype-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-curl-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-curl-8.4.16-160000.1.1.x86_64",
"product_id": "php8-curl-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-dba-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-dba-8.4.16-160000.1.1.x86_64",
"product_id": "php8-dba-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-devel-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-devel-8.4.16-160000.1.1.x86_64",
"product_id": "php8-devel-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-dom-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-dom-8.4.16-160000.1.1.x86_64",
"product_id": "php8-dom-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-embed-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-embed-8.4.16-160000.1.1.x86_64",
"product_id": "php8-embed-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-enchant-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-enchant-8.4.16-160000.1.1.x86_64",
"product_id": "php8-enchant-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-exif-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-exif-8.4.16-160000.1.1.x86_64",
"product_id": "php8-exif-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-fastcgi-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-fastcgi-8.4.16-160000.1.1.x86_64",
"product_id": "php8-fastcgi-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-ffi-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-ffi-8.4.16-160000.1.1.x86_64",
"product_id": "php8-ffi-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-fileinfo-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-fileinfo-8.4.16-160000.1.1.x86_64",
"product_id": "php8-fileinfo-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-fpm-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-fpm-8.4.16-160000.1.1.x86_64",
"product_id": "php8-fpm-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-ftp-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-ftp-8.4.16-160000.1.1.x86_64",
"product_id": "php8-ftp-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-gd-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-gd-8.4.16-160000.1.1.x86_64",
"product_id": "php8-gd-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-gettext-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-gettext-8.4.16-160000.1.1.x86_64",
"product_id": "php8-gettext-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-gmp-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-gmp-8.4.16-160000.1.1.x86_64",
"product_id": "php8-gmp-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-iconv-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-iconv-8.4.16-160000.1.1.x86_64",
"product_id": "php8-iconv-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-intl-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-intl-8.4.16-160000.1.1.x86_64",
"product_id": "php8-intl-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-ldap-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-ldap-8.4.16-160000.1.1.x86_64",
"product_id": "php8-ldap-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-mbstring-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-mbstring-8.4.16-160000.1.1.x86_64",
"product_id": "php8-mbstring-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-mysql-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-mysql-8.4.16-160000.1.1.x86_64",
"product_id": "php8-mysql-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-odbc-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-odbc-8.4.16-160000.1.1.x86_64",
"product_id": "php8-odbc-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-opcache-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-opcache-8.4.16-160000.1.1.x86_64",
"product_id": "php8-opcache-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-openssl-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-openssl-8.4.16-160000.1.1.x86_64",
"product_id": "php8-openssl-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-pcntl-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-pcntl-8.4.16-160000.1.1.x86_64",
"product_id": "php8-pcntl-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-pdo-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-pdo-8.4.16-160000.1.1.x86_64",
"product_id": "php8-pdo-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-pgsql-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-pgsql-8.4.16-160000.1.1.x86_64",
"product_id": "php8-pgsql-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-phar-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-phar-8.4.16-160000.1.1.x86_64",
"product_id": "php8-phar-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-posix-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-posix-8.4.16-160000.1.1.x86_64",
"product_id": "php8-posix-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-readline-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-readline-8.4.16-160000.1.1.x86_64",
"product_id": "php8-readline-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-shmop-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-shmop-8.4.16-160000.1.1.x86_64",
"product_id": "php8-shmop-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-snmp-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-snmp-8.4.16-160000.1.1.x86_64",
"product_id": "php8-snmp-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-soap-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-soap-8.4.16-160000.1.1.x86_64",
"product_id": "php8-soap-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sockets-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-sockets-8.4.16-160000.1.1.x86_64",
"product_id": "php8-sockets-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sodium-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-sodium-8.4.16-160000.1.1.x86_64",
"product_id": "php8-sodium-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sqlite-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-sqlite-8.4.16-160000.1.1.x86_64",
"product_id": "php8-sqlite-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"product_id": "php8-sysvmsg-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sysvsem-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-sysvsem-8.4.16-160000.1.1.x86_64",
"product_id": "php8-sysvsem-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sysvshm-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-sysvshm-8.4.16-160000.1.1.x86_64",
"product_id": "php8-sysvshm-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-test-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-test-8.4.16-160000.1.1.x86_64",
"product_id": "php8-test-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-tidy-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-tidy-8.4.16-160000.1.1.x86_64",
"product_id": "php8-tidy-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-tokenizer-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-tokenizer-8.4.16-160000.1.1.x86_64",
"product_id": "php8-tokenizer-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-xmlreader-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-xmlreader-8.4.16-160000.1.1.x86_64",
"product_id": "php8-xmlreader-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"product_id": "php8-xmlwriter-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-xsl-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-xsl-8.4.16-160000.1.1.x86_64",
"product_id": "php8-xsl-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-zip-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-zip-8.4.16-160000.1.1.x86_64",
"product_id": "php8-zip-8.4.16-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-zlib-8.4.16-160000.1.1.x86_64",
"product": {
"name": "php8-zlib-8.4.16-160000.1.1.x86_64",
"product_id": "php8-zlib-8.4.16-160000.1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Leap 16.0",
"product": {
"name": "openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0"
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php8-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64"
},
"product_reference": "apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php8-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php8-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x"
},
"product_reference": "apache2-mod_php8-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-mod_php8-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64"
},
"product_reference": "apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-bcmath-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-bcmath-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-bcmath-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-bcmath-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-bz2-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-bz2-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-bz2-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-bz2-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-calendar-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-calendar-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-calendar-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-calendar-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-cli-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-cli-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-cli-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-cli-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-ctype-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-ctype-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-ctype-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-ctype-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-curl-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-curl-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-curl-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-curl-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-dba-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-dba-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-dba-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-dba-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-devel-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-devel-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-devel-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-devel-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-dom-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-dom-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-dom-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-dom-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-embed-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-embed-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-embed-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-embed-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-embed-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-embed-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-embed-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-embed-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-enchant-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-enchant-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-enchant-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-enchant-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-exif-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-exif-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-exif-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-exif-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fastcgi-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-fastcgi-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fastcgi-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fastcgi-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-fastcgi-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fastcgi-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-fastcgi-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ffi-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-ffi-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ffi-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-ffi-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ffi-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-ffi-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ffi-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-ffi-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-fileinfo-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-fileinfo-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-fileinfo-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-fpm-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-fpm-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-fpm-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-fpm-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fpm-apache-8.4.16-160000.1.1.noarch as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch"
},
"product_reference": "php8-fpm-apache-8.4.16-160000.1.1.noarch",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-ftp-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-ftp-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-ftp-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-ftp-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-gd-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-gd-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-gd-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-gd-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-gettext-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-gettext-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-gettext-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-gettext-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-gmp-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-gmp-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-gmp-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-gmp-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-iconv-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-iconv-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-iconv-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-iconv-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-intl-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-intl-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-intl-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-intl-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-ldap-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-ldap-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-ldap-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-ldap-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-mbstring-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-mbstring-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-mbstring-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-mbstring-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-mysql-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-mysql-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-mysql-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-mysql-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-odbc-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-odbc-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-odbc-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-odbc-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-opcache-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-opcache-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-opcache-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-opcache-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-openssl-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-openssl-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-openssl-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-openssl-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-pcntl-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-pcntl-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-pcntl-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-pcntl-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-pdo-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-pdo-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-pdo-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-pdo-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-pgsql-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-pgsql-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-pgsql-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-pgsql-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-phar-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-phar-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-phar-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-phar-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-posix-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-posix-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-posix-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-posix-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-readline-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-readline-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-readline-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-readline-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-shmop-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-shmop-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-shmop-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-shmop-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-snmp-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-snmp-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-snmp-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-snmp-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-soap-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-soap-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-soap-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-soap-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-sockets-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-sockets-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-sockets-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-sockets-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-sodium-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-sodium-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-sodium-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-sodium-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-sqlite-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-sqlite-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-sqlite-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-sqlite-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-sysvmsg-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-sysvsem-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-sysvsem-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-sysvsem-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-sysvshm-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-sysvshm-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-sysvshm-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-test-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-test-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-test-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-test-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-test-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-test-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-test-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-test-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-tidy-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-tidy-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-tidy-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-tidy-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-tokenizer-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-tokenizer-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-tokenizer-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-xmlreader-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-xmlreader-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-xmlreader-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-xmlwriter-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-xsl-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-xsl-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-xsl-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-xsl-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-zip-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-zip-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-zip-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-zip-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.4.16-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.aarch64"
},
"product_reference": "php8-zlib-8.4.16-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.4.16-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le"
},
"product_reference": "php8-zlib-8.4.16-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.4.16-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.s390x"
},
"product_reference": "php8-zlib-8.4.16-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.4.16-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.x86_64"
},
"product_reference": "php8-zlib-8.4.16-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-14177",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-14177"
}
],
"notes": [
{
"category": "general",
"text": "In PHP versions:8.1.* before 8.1.34, 8.2.* before 8.2.30, 8.3.* before 8.3.29, 8.4.* before 8.4.16, 8.5.* before 8.5.1, the getimagesize() function may leak uninitialized heap memory into the APPn segments (e.g., APP1) when reading images in multi-chunk mode (such as via php://filter). This occurs due to a bug in php_read_stream_all_chunks() that overwrites the buffer without advancing the pointer, leaving tail bytes uninitialized. This may lead to information disclosure of sensitive heap data and affect the confidentiality of the target server.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-14177",
"url": "https://www.suse.com/security/cve/CVE-2025-14177"
},
{
"category": "external",
"summary": "SUSE Bug 1255710 for CVE-2025-14177",
"url": "https://bugzilla.suse.com/1255710"
}
],
"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 Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T12:37:41Z",
"details": "low"
}
],
"title": "CVE-2025-14177"
},
{
"cve": "CVE-2025-14178",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-14178"
}
],
"notes": [
{
"category": "general",
"text": "In PHP versions:8.1.* before 8.1.34, 8.2.* before 8.2.30, 8.3.* before 8.3.29, 8.4.* before 8.4.16, 8.5.* before 8.5.1, a heap buffer overflow occurs in array_merge() when the total element count of packed arrays exceeds 32-bit limits or HT_MAX_SIZE, due to an integer overflow in the precomputation of element counts using zend_hash_num_elements(). This may lead to memory corruption or crashes and affect the integrity and availability of the target server.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-14178",
"url": "https://www.suse.com/security/cve/CVE-2025-14178"
},
{
"category": "external",
"summary": "SUSE Bug 1255711 for CVE-2025-14178",
"url": "https://bugzilla.suse.com/1255711"
}
],
"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 Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T12:37:41Z",
"details": "moderate"
}
],
"title": "CVE-2025-14178"
},
{
"cve": "CVE-2025-14180",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-14180"
}
],
"notes": [
{
"category": "general",
"text": "In PHP versions 8.1.* before 8.1.34, 8.2.* before 8.2.30, 8.3.* before 8.3.29, 8.4.* before 8.4.16, 8.5.* before 8.5.1 when using the PDO PostgreSQL driver with PDO::ATTR_EMULATE_PREPARES enabled, an invalid character sequence (such as \\x99) in a prepared statement parameter may cause the quoting function PQescapeStringConn to return NULL, leading to a null pointer dereference in pdo_parse_params() function. This may lead to crashes (segmentation fault) and affect the availability of the target server.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-14180",
"url": "https://www.suse.com/security/cve/CVE-2025-14180"
},
{
"category": "external",
"summary": "SUSE Bug 1255712 for CVE-2025-14180",
"url": "https://bugzilla.suse.com/1255712"
}
],
"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 Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.x86_64"
]
}
],
"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": [
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:apache2-mod_php8-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-bcmath-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-bz2-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-calendar-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-cli-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ctype-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-curl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-dba-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-devel-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-dom-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-embed-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-enchant-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-exif-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-fastcgi-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ffi-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-fileinfo-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-fpm-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-fpm-apache-8.4.16-160000.1.1.noarch",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ftp-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-gd-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-gettext-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-gmp-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-iconv-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-intl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-ldap-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-mbstring-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-mysql-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-odbc-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-opcache-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-openssl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-pcntl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-pdo-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-pgsql-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-phar-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-posix-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-readline-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-shmop-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-snmp-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-soap-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sockets-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sodium-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sqlite-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sysvmsg-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sysvsem-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-sysvshm-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-test-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-tidy-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-tokenizer-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-xmlreader-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-xmlwriter-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-xsl-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-zip-8.4.16-160000.1.1.x86_64",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.aarch64",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.ppc64le",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.s390x",
"openSUSE Leap 16.0:php8-zlib-8.4.16-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-26T12:37:41Z",
"details": "moderate"
}
],
"title": "CVE-2025-14180"
}
]
}
OPENSUSE-SU-2025:15837-1
Vulnerability from csaf_opensuse - Published: 2025-12-20 00:00 - Updated: 2025-12-20 00:00Notes
{
"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.4.16-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the php8-8.4.16-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-15837",
"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-2025_15837-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-14177 page",
"url": "https://www.suse.com/security/cve/CVE-2025-14177/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-14178 page",
"url": "https://www.suse.com/security/cve/CVE-2025-14178/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-14180 page",
"url": "https://www.suse.com/security/cve/CVE-2025-14180/"
}
],
"title": "php8-8.4.16-1.1 on GA media",
"tracking": {
"current_release_date": "2025-12-20T00:00:00Z",
"generator": {
"date": "2025-12-20T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:15837-1",
"initial_release_date": "2025-12-20T00:00:00Z",
"revision_history": [
{
"date": "2025-12-20T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "php8-8.4.16-1.1.aarch64",
"product": {
"name": "php8-8.4.16-1.1.aarch64",
"product_id": "php8-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-bcmath-8.4.16-1.1.aarch64",
"product": {
"name": "php8-bcmath-8.4.16-1.1.aarch64",
"product_id": "php8-bcmath-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-bz2-8.4.16-1.1.aarch64",
"product": {
"name": "php8-bz2-8.4.16-1.1.aarch64",
"product_id": "php8-bz2-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-calendar-8.4.16-1.1.aarch64",
"product": {
"name": "php8-calendar-8.4.16-1.1.aarch64",
"product_id": "php8-calendar-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-cli-8.4.16-1.1.aarch64",
"product": {
"name": "php8-cli-8.4.16-1.1.aarch64",
"product_id": "php8-cli-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-ctype-8.4.16-1.1.aarch64",
"product": {
"name": "php8-ctype-8.4.16-1.1.aarch64",
"product_id": "php8-ctype-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-curl-8.4.16-1.1.aarch64",
"product": {
"name": "php8-curl-8.4.16-1.1.aarch64",
"product_id": "php8-curl-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-dba-8.4.16-1.1.aarch64",
"product": {
"name": "php8-dba-8.4.16-1.1.aarch64",
"product_id": "php8-dba-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-devel-8.4.16-1.1.aarch64",
"product": {
"name": "php8-devel-8.4.16-1.1.aarch64",
"product_id": "php8-devel-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-dom-8.4.16-1.1.aarch64",
"product": {
"name": "php8-dom-8.4.16-1.1.aarch64",
"product_id": "php8-dom-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-enchant-8.4.16-1.1.aarch64",
"product": {
"name": "php8-enchant-8.4.16-1.1.aarch64",
"product_id": "php8-enchant-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-exif-8.4.16-1.1.aarch64",
"product": {
"name": "php8-exif-8.4.16-1.1.aarch64",
"product_id": "php8-exif-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-ffi-8.4.16-1.1.aarch64",
"product": {
"name": "php8-ffi-8.4.16-1.1.aarch64",
"product_id": "php8-ffi-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-fileinfo-8.4.16-1.1.aarch64",
"product": {
"name": "php8-fileinfo-8.4.16-1.1.aarch64",
"product_id": "php8-fileinfo-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-ftp-8.4.16-1.1.aarch64",
"product": {
"name": "php8-ftp-8.4.16-1.1.aarch64",
"product_id": "php8-ftp-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-gd-8.4.16-1.1.aarch64",
"product": {
"name": "php8-gd-8.4.16-1.1.aarch64",
"product_id": "php8-gd-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-gettext-8.4.16-1.1.aarch64",
"product": {
"name": "php8-gettext-8.4.16-1.1.aarch64",
"product_id": "php8-gettext-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-gmp-8.4.16-1.1.aarch64",
"product": {
"name": "php8-gmp-8.4.16-1.1.aarch64",
"product_id": "php8-gmp-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-iconv-8.4.16-1.1.aarch64",
"product": {
"name": "php8-iconv-8.4.16-1.1.aarch64",
"product_id": "php8-iconv-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-intl-8.4.16-1.1.aarch64",
"product": {
"name": "php8-intl-8.4.16-1.1.aarch64",
"product_id": "php8-intl-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-ldap-8.4.16-1.1.aarch64",
"product": {
"name": "php8-ldap-8.4.16-1.1.aarch64",
"product_id": "php8-ldap-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-mbstring-8.4.16-1.1.aarch64",
"product": {
"name": "php8-mbstring-8.4.16-1.1.aarch64",
"product_id": "php8-mbstring-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-mysql-8.4.16-1.1.aarch64",
"product": {
"name": "php8-mysql-8.4.16-1.1.aarch64",
"product_id": "php8-mysql-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-odbc-8.4.16-1.1.aarch64",
"product": {
"name": "php8-odbc-8.4.16-1.1.aarch64",
"product_id": "php8-odbc-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-opcache-8.4.16-1.1.aarch64",
"product": {
"name": "php8-opcache-8.4.16-1.1.aarch64",
"product_id": "php8-opcache-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-openssl-8.4.16-1.1.aarch64",
"product": {
"name": "php8-openssl-8.4.16-1.1.aarch64",
"product_id": "php8-openssl-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-pcntl-8.4.16-1.1.aarch64",
"product": {
"name": "php8-pcntl-8.4.16-1.1.aarch64",
"product_id": "php8-pcntl-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-pdo-8.4.16-1.1.aarch64",
"product": {
"name": "php8-pdo-8.4.16-1.1.aarch64",
"product_id": "php8-pdo-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-pgsql-8.4.16-1.1.aarch64",
"product": {
"name": "php8-pgsql-8.4.16-1.1.aarch64",
"product_id": "php8-pgsql-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-phar-8.4.16-1.1.aarch64",
"product": {
"name": "php8-phar-8.4.16-1.1.aarch64",
"product_id": "php8-phar-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-posix-8.4.16-1.1.aarch64",
"product": {
"name": "php8-posix-8.4.16-1.1.aarch64",
"product_id": "php8-posix-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-readline-8.4.16-1.1.aarch64",
"product": {
"name": "php8-readline-8.4.16-1.1.aarch64",
"product_id": "php8-readline-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-shmop-8.4.16-1.1.aarch64",
"product": {
"name": "php8-shmop-8.4.16-1.1.aarch64",
"product_id": "php8-shmop-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-snmp-8.4.16-1.1.aarch64",
"product": {
"name": "php8-snmp-8.4.16-1.1.aarch64",
"product_id": "php8-snmp-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-soap-8.4.16-1.1.aarch64",
"product": {
"name": "php8-soap-8.4.16-1.1.aarch64",
"product_id": "php8-soap-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sockets-8.4.16-1.1.aarch64",
"product": {
"name": "php8-sockets-8.4.16-1.1.aarch64",
"product_id": "php8-sockets-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sodium-8.4.16-1.1.aarch64",
"product": {
"name": "php8-sodium-8.4.16-1.1.aarch64",
"product_id": "php8-sodium-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sqlite-8.4.16-1.1.aarch64",
"product": {
"name": "php8-sqlite-8.4.16-1.1.aarch64",
"product_id": "php8-sqlite-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sysvmsg-8.4.16-1.1.aarch64",
"product": {
"name": "php8-sysvmsg-8.4.16-1.1.aarch64",
"product_id": "php8-sysvmsg-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sysvsem-8.4.16-1.1.aarch64",
"product": {
"name": "php8-sysvsem-8.4.16-1.1.aarch64",
"product_id": "php8-sysvsem-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-sysvshm-8.4.16-1.1.aarch64",
"product": {
"name": "php8-sysvshm-8.4.16-1.1.aarch64",
"product_id": "php8-sysvshm-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-tidy-8.4.16-1.1.aarch64",
"product": {
"name": "php8-tidy-8.4.16-1.1.aarch64",
"product_id": "php8-tidy-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-tokenizer-8.4.16-1.1.aarch64",
"product": {
"name": "php8-tokenizer-8.4.16-1.1.aarch64",
"product_id": "php8-tokenizer-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-xmlreader-8.4.16-1.1.aarch64",
"product": {
"name": "php8-xmlreader-8.4.16-1.1.aarch64",
"product_id": "php8-xmlreader-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-xmlwriter-8.4.16-1.1.aarch64",
"product": {
"name": "php8-xmlwriter-8.4.16-1.1.aarch64",
"product_id": "php8-xmlwriter-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-xsl-8.4.16-1.1.aarch64",
"product": {
"name": "php8-xsl-8.4.16-1.1.aarch64",
"product_id": "php8-xsl-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-zip-8.4.16-1.1.aarch64",
"product": {
"name": "php8-zip-8.4.16-1.1.aarch64",
"product_id": "php8-zip-8.4.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "php8-zlib-8.4.16-1.1.aarch64",
"product": {
"name": "php8-zlib-8.4.16-1.1.aarch64",
"product_id": "php8-zlib-8.4.16-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "php8-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-8.4.16-1.1.ppc64le",
"product_id": "php8-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-bcmath-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-bcmath-8.4.16-1.1.ppc64le",
"product_id": "php8-bcmath-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-bz2-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-bz2-8.4.16-1.1.ppc64le",
"product_id": "php8-bz2-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-calendar-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-calendar-8.4.16-1.1.ppc64le",
"product_id": "php8-calendar-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-cli-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-cli-8.4.16-1.1.ppc64le",
"product_id": "php8-cli-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-ctype-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-ctype-8.4.16-1.1.ppc64le",
"product_id": "php8-ctype-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-curl-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-curl-8.4.16-1.1.ppc64le",
"product_id": "php8-curl-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-dba-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-dba-8.4.16-1.1.ppc64le",
"product_id": "php8-dba-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-devel-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-devel-8.4.16-1.1.ppc64le",
"product_id": "php8-devel-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-dom-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-dom-8.4.16-1.1.ppc64le",
"product_id": "php8-dom-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-enchant-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-enchant-8.4.16-1.1.ppc64le",
"product_id": "php8-enchant-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-exif-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-exif-8.4.16-1.1.ppc64le",
"product_id": "php8-exif-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-ffi-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-ffi-8.4.16-1.1.ppc64le",
"product_id": "php8-ffi-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-fileinfo-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-fileinfo-8.4.16-1.1.ppc64le",
"product_id": "php8-fileinfo-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-ftp-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-ftp-8.4.16-1.1.ppc64le",
"product_id": "php8-ftp-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-gd-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-gd-8.4.16-1.1.ppc64le",
"product_id": "php8-gd-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-gettext-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-gettext-8.4.16-1.1.ppc64le",
"product_id": "php8-gettext-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-gmp-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-gmp-8.4.16-1.1.ppc64le",
"product_id": "php8-gmp-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-iconv-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-iconv-8.4.16-1.1.ppc64le",
"product_id": "php8-iconv-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-intl-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-intl-8.4.16-1.1.ppc64le",
"product_id": "php8-intl-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-ldap-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-ldap-8.4.16-1.1.ppc64le",
"product_id": "php8-ldap-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-mbstring-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-mbstring-8.4.16-1.1.ppc64le",
"product_id": "php8-mbstring-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-mysql-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-mysql-8.4.16-1.1.ppc64le",
"product_id": "php8-mysql-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-odbc-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-odbc-8.4.16-1.1.ppc64le",
"product_id": "php8-odbc-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-opcache-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-opcache-8.4.16-1.1.ppc64le",
"product_id": "php8-opcache-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-openssl-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-openssl-8.4.16-1.1.ppc64le",
"product_id": "php8-openssl-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-pcntl-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-pcntl-8.4.16-1.1.ppc64le",
"product_id": "php8-pcntl-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-pdo-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-pdo-8.4.16-1.1.ppc64le",
"product_id": "php8-pdo-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-pgsql-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-pgsql-8.4.16-1.1.ppc64le",
"product_id": "php8-pgsql-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-phar-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-phar-8.4.16-1.1.ppc64le",
"product_id": "php8-phar-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-posix-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-posix-8.4.16-1.1.ppc64le",
"product_id": "php8-posix-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-readline-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-readline-8.4.16-1.1.ppc64le",
"product_id": "php8-readline-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-shmop-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-shmop-8.4.16-1.1.ppc64le",
"product_id": "php8-shmop-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-snmp-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-snmp-8.4.16-1.1.ppc64le",
"product_id": "php8-snmp-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-soap-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-soap-8.4.16-1.1.ppc64le",
"product_id": "php8-soap-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sockets-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-sockets-8.4.16-1.1.ppc64le",
"product_id": "php8-sockets-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sodium-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-sodium-8.4.16-1.1.ppc64le",
"product_id": "php8-sodium-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sqlite-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-sqlite-8.4.16-1.1.ppc64le",
"product_id": "php8-sqlite-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sysvmsg-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-sysvmsg-8.4.16-1.1.ppc64le",
"product_id": "php8-sysvmsg-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sysvsem-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-sysvsem-8.4.16-1.1.ppc64le",
"product_id": "php8-sysvsem-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-sysvshm-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-sysvshm-8.4.16-1.1.ppc64le",
"product_id": "php8-sysvshm-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-tidy-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-tidy-8.4.16-1.1.ppc64le",
"product_id": "php8-tidy-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-tokenizer-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-tokenizer-8.4.16-1.1.ppc64le",
"product_id": "php8-tokenizer-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-xmlreader-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-xmlreader-8.4.16-1.1.ppc64le",
"product_id": "php8-xmlreader-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-xmlwriter-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-xmlwriter-8.4.16-1.1.ppc64le",
"product_id": "php8-xmlwriter-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-xsl-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-xsl-8.4.16-1.1.ppc64le",
"product_id": "php8-xsl-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-zip-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-zip-8.4.16-1.1.ppc64le",
"product_id": "php8-zip-8.4.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "php8-zlib-8.4.16-1.1.ppc64le",
"product": {
"name": "php8-zlib-8.4.16-1.1.ppc64le",
"product_id": "php8-zlib-8.4.16-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "php8-8.4.16-1.1.s390x",
"product": {
"name": "php8-8.4.16-1.1.s390x",
"product_id": "php8-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-bcmath-8.4.16-1.1.s390x",
"product": {
"name": "php8-bcmath-8.4.16-1.1.s390x",
"product_id": "php8-bcmath-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-bz2-8.4.16-1.1.s390x",
"product": {
"name": "php8-bz2-8.4.16-1.1.s390x",
"product_id": "php8-bz2-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-calendar-8.4.16-1.1.s390x",
"product": {
"name": "php8-calendar-8.4.16-1.1.s390x",
"product_id": "php8-calendar-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-cli-8.4.16-1.1.s390x",
"product": {
"name": "php8-cli-8.4.16-1.1.s390x",
"product_id": "php8-cli-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-ctype-8.4.16-1.1.s390x",
"product": {
"name": "php8-ctype-8.4.16-1.1.s390x",
"product_id": "php8-ctype-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-curl-8.4.16-1.1.s390x",
"product": {
"name": "php8-curl-8.4.16-1.1.s390x",
"product_id": "php8-curl-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-dba-8.4.16-1.1.s390x",
"product": {
"name": "php8-dba-8.4.16-1.1.s390x",
"product_id": "php8-dba-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-devel-8.4.16-1.1.s390x",
"product": {
"name": "php8-devel-8.4.16-1.1.s390x",
"product_id": "php8-devel-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-dom-8.4.16-1.1.s390x",
"product": {
"name": "php8-dom-8.4.16-1.1.s390x",
"product_id": "php8-dom-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-enchant-8.4.16-1.1.s390x",
"product": {
"name": "php8-enchant-8.4.16-1.1.s390x",
"product_id": "php8-enchant-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-exif-8.4.16-1.1.s390x",
"product": {
"name": "php8-exif-8.4.16-1.1.s390x",
"product_id": "php8-exif-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-ffi-8.4.16-1.1.s390x",
"product": {
"name": "php8-ffi-8.4.16-1.1.s390x",
"product_id": "php8-ffi-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-fileinfo-8.4.16-1.1.s390x",
"product": {
"name": "php8-fileinfo-8.4.16-1.1.s390x",
"product_id": "php8-fileinfo-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-ftp-8.4.16-1.1.s390x",
"product": {
"name": "php8-ftp-8.4.16-1.1.s390x",
"product_id": "php8-ftp-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-gd-8.4.16-1.1.s390x",
"product": {
"name": "php8-gd-8.4.16-1.1.s390x",
"product_id": "php8-gd-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-gettext-8.4.16-1.1.s390x",
"product": {
"name": "php8-gettext-8.4.16-1.1.s390x",
"product_id": "php8-gettext-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-gmp-8.4.16-1.1.s390x",
"product": {
"name": "php8-gmp-8.4.16-1.1.s390x",
"product_id": "php8-gmp-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-iconv-8.4.16-1.1.s390x",
"product": {
"name": "php8-iconv-8.4.16-1.1.s390x",
"product_id": "php8-iconv-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-intl-8.4.16-1.1.s390x",
"product": {
"name": "php8-intl-8.4.16-1.1.s390x",
"product_id": "php8-intl-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-ldap-8.4.16-1.1.s390x",
"product": {
"name": "php8-ldap-8.4.16-1.1.s390x",
"product_id": "php8-ldap-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-mbstring-8.4.16-1.1.s390x",
"product": {
"name": "php8-mbstring-8.4.16-1.1.s390x",
"product_id": "php8-mbstring-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-mysql-8.4.16-1.1.s390x",
"product": {
"name": "php8-mysql-8.4.16-1.1.s390x",
"product_id": "php8-mysql-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-odbc-8.4.16-1.1.s390x",
"product": {
"name": "php8-odbc-8.4.16-1.1.s390x",
"product_id": "php8-odbc-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-opcache-8.4.16-1.1.s390x",
"product": {
"name": "php8-opcache-8.4.16-1.1.s390x",
"product_id": "php8-opcache-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-openssl-8.4.16-1.1.s390x",
"product": {
"name": "php8-openssl-8.4.16-1.1.s390x",
"product_id": "php8-openssl-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-pcntl-8.4.16-1.1.s390x",
"product": {
"name": "php8-pcntl-8.4.16-1.1.s390x",
"product_id": "php8-pcntl-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-pdo-8.4.16-1.1.s390x",
"product": {
"name": "php8-pdo-8.4.16-1.1.s390x",
"product_id": "php8-pdo-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-pgsql-8.4.16-1.1.s390x",
"product": {
"name": "php8-pgsql-8.4.16-1.1.s390x",
"product_id": "php8-pgsql-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-phar-8.4.16-1.1.s390x",
"product": {
"name": "php8-phar-8.4.16-1.1.s390x",
"product_id": "php8-phar-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-posix-8.4.16-1.1.s390x",
"product": {
"name": "php8-posix-8.4.16-1.1.s390x",
"product_id": "php8-posix-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-readline-8.4.16-1.1.s390x",
"product": {
"name": "php8-readline-8.4.16-1.1.s390x",
"product_id": "php8-readline-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-shmop-8.4.16-1.1.s390x",
"product": {
"name": "php8-shmop-8.4.16-1.1.s390x",
"product_id": "php8-shmop-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-snmp-8.4.16-1.1.s390x",
"product": {
"name": "php8-snmp-8.4.16-1.1.s390x",
"product_id": "php8-snmp-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-soap-8.4.16-1.1.s390x",
"product": {
"name": "php8-soap-8.4.16-1.1.s390x",
"product_id": "php8-soap-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sockets-8.4.16-1.1.s390x",
"product": {
"name": "php8-sockets-8.4.16-1.1.s390x",
"product_id": "php8-sockets-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sodium-8.4.16-1.1.s390x",
"product": {
"name": "php8-sodium-8.4.16-1.1.s390x",
"product_id": "php8-sodium-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sqlite-8.4.16-1.1.s390x",
"product": {
"name": "php8-sqlite-8.4.16-1.1.s390x",
"product_id": "php8-sqlite-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sysvmsg-8.4.16-1.1.s390x",
"product": {
"name": "php8-sysvmsg-8.4.16-1.1.s390x",
"product_id": "php8-sysvmsg-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sysvsem-8.4.16-1.1.s390x",
"product": {
"name": "php8-sysvsem-8.4.16-1.1.s390x",
"product_id": "php8-sysvsem-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-sysvshm-8.4.16-1.1.s390x",
"product": {
"name": "php8-sysvshm-8.4.16-1.1.s390x",
"product_id": "php8-sysvshm-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-tidy-8.4.16-1.1.s390x",
"product": {
"name": "php8-tidy-8.4.16-1.1.s390x",
"product_id": "php8-tidy-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-tokenizer-8.4.16-1.1.s390x",
"product": {
"name": "php8-tokenizer-8.4.16-1.1.s390x",
"product_id": "php8-tokenizer-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-xmlreader-8.4.16-1.1.s390x",
"product": {
"name": "php8-xmlreader-8.4.16-1.1.s390x",
"product_id": "php8-xmlreader-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-xmlwriter-8.4.16-1.1.s390x",
"product": {
"name": "php8-xmlwriter-8.4.16-1.1.s390x",
"product_id": "php8-xmlwriter-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-xsl-8.4.16-1.1.s390x",
"product": {
"name": "php8-xsl-8.4.16-1.1.s390x",
"product_id": "php8-xsl-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-zip-8.4.16-1.1.s390x",
"product": {
"name": "php8-zip-8.4.16-1.1.s390x",
"product_id": "php8-zip-8.4.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "php8-zlib-8.4.16-1.1.s390x",
"product": {
"name": "php8-zlib-8.4.16-1.1.s390x",
"product_id": "php8-zlib-8.4.16-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "php8-8.4.16-1.1.x86_64",
"product": {
"name": "php8-8.4.16-1.1.x86_64",
"product_id": "php8-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-bcmath-8.4.16-1.1.x86_64",
"product": {
"name": "php8-bcmath-8.4.16-1.1.x86_64",
"product_id": "php8-bcmath-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-bz2-8.4.16-1.1.x86_64",
"product": {
"name": "php8-bz2-8.4.16-1.1.x86_64",
"product_id": "php8-bz2-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-calendar-8.4.16-1.1.x86_64",
"product": {
"name": "php8-calendar-8.4.16-1.1.x86_64",
"product_id": "php8-calendar-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-cli-8.4.16-1.1.x86_64",
"product": {
"name": "php8-cli-8.4.16-1.1.x86_64",
"product_id": "php8-cli-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-ctype-8.4.16-1.1.x86_64",
"product": {
"name": "php8-ctype-8.4.16-1.1.x86_64",
"product_id": "php8-ctype-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-curl-8.4.16-1.1.x86_64",
"product": {
"name": "php8-curl-8.4.16-1.1.x86_64",
"product_id": "php8-curl-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-dba-8.4.16-1.1.x86_64",
"product": {
"name": "php8-dba-8.4.16-1.1.x86_64",
"product_id": "php8-dba-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-devel-8.4.16-1.1.x86_64",
"product": {
"name": "php8-devel-8.4.16-1.1.x86_64",
"product_id": "php8-devel-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-dom-8.4.16-1.1.x86_64",
"product": {
"name": "php8-dom-8.4.16-1.1.x86_64",
"product_id": "php8-dom-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-enchant-8.4.16-1.1.x86_64",
"product": {
"name": "php8-enchant-8.4.16-1.1.x86_64",
"product_id": "php8-enchant-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-exif-8.4.16-1.1.x86_64",
"product": {
"name": "php8-exif-8.4.16-1.1.x86_64",
"product_id": "php8-exif-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-ffi-8.4.16-1.1.x86_64",
"product": {
"name": "php8-ffi-8.4.16-1.1.x86_64",
"product_id": "php8-ffi-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-fileinfo-8.4.16-1.1.x86_64",
"product": {
"name": "php8-fileinfo-8.4.16-1.1.x86_64",
"product_id": "php8-fileinfo-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-ftp-8.4.16-1.1.x86_64",
"product": {
"name": "php8-ftp-8.4.16-1.1.x86_64",
"product_id": "php8-ftp-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-gd-8.4.16-1.1.x86_64",
"product": {
"name": "php8-gd-8.4.16-1.1.x86_64",
"product_id": "php8-gd-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-gettext-8.4.16-1.1.x86_64",
"product": {
"name": "php8-gettext-8.4.16-1.1.x86_64",
"product_id": "php8-gettext-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-gmp-8.4.16-1.1.x86_64",
"product": {
"name": "php8-gmp-8.4.16-1.1.x86_64",
"product_id": "php8-gmp-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-iconv-8.4.16-1.1.x86_64",
"product": {
"name": "php8-iconv-8.4.16-1.1.x86_64",
"product_id": "php8-iconv-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-intl-8.4.16-1.1.x86_64",
"product": {
"name": "php8-intl-8.4.16-1.1.x86_64",
"product_id": "php8-intl-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-ldap-8.4.16-1.1.x86_64",
"product": {
"name": "php8-ldap-8.4.16-1.1.x86_64",
"product_id": "php8-ldap-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-mbstring-8.4.16-1.1.x86_64",
"product": {
"name": "php8-mbstring-8.4.16-1.1.x86_64",
"product_id": "php8-mbstring-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-mysql-8.4.16-1.1.x86_64",
"product": {
"name": "php8-mysql-8.4.16-1.1.x86_64",
"product_id": "php8-mysql-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-odbc-8.4.16-1.1.x86_64",
"product": {
"name": "php8-odbc-8.4.16-1.1.x86_64",
"product_id": "php8-odbc-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-opcache-8.4.16-1.1.x86_64",
"product": {
"name": "php8-opcache-8.4.16-1.1.x86_64",
"product_id": "php8-opcache-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-openssl-8.4.16-1.1.x86_64",
"product": {
"name": "php8-openssl-8.4.16-1.1.x86_64",
"product_id": "php8-openssl-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-pcntl-8.4.16-1.1.x86_64",
"product": {
"name": "php8-pcntl-8.4.16-1.1.x86_64",
"product_id": "php8-pcntl-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-pdo-8.4.16-1.1.x86_64",
"product": {
"name": "php8-pdo-8.4.16-1.1.x86_64",
"product_id": "php8-pdo-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-pgsql-8.4.16-1.1.x86_64",
"product": {
"name": "php8-pgsql-8.4.16-1.1.x86_64",
"product_id": "php8-pgsql-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-phar-8.4.16-1.1.x86_64",
"product": {
"name": "php8-phar-8.4.16-1.1.x86_64",
"product_id": "php8-phar-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-posix-8.4.16-1.1.x86_64",
"product": {
"name": "php8-posix-8.4.16-1.1.x86_64",
"product_id": "php8-posix-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-readline-8.4.16-1.1.x86_64",
"product": {
"name": "php8-readline-8.4.16-1.1.x86_64",
"product_id": "php8-readline-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-shmop-8.4.16-1.1.x86_64",
"product": {
"name": "php8-shmop-8.4.16-1.1.x86_64",
"product_id": "php8-shmop-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-snmp-8.4.16-1.1.x86_64",
"product": {
"name": "php8-snmp-8.4.16-1.1.x86_64",
"product_id": "php8-snmp-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-soap-8.4.16-1.1.x86_64",
"product": {
"name": "php8-soap-8.4.16-1.1.x86_64",
"product_id": "php8-soap-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sockets-8.4.16-1.1.x86_64",
"product": {
"name": "php8-sockets-8.4.16-1.1.x86_64",
"product_id": "php8-sockets-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sodium-8.4.16-1.1.x86_64",
"product": {
"name": "php8-sodium-8.4.16-1.1.x86_64",
"product_id": "php8-sodium-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sqlite-8.4.16-1.1.x86_64",
"product": {
"name": "php8-sqlite-8.4.16-1.1.x86_64",
"product_id": "php8-sqlite-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sysvmsg-8.4.16-1.1.x86_64",
"product": {
"name": "php8-sysvmsg-8.4.16-1.1.x86_64",
"product_id": "php8-sysvmsg-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sysvsem-8.4.16-1.1.x86_64",
"product": {
"name": "php8-sysvsem-8.4.16-1.1.x86_64",
"product_id": "php8-sysvsem-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-sysvshm-8.4.16-1.1.x86_64",
"product": {
"name": "php8-sysvshm-8.4.16-1.1.x86_64",
"product_id": "php8-sysvshm-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-tidy-8.4.16-1.1.x86_64",
"product": {
"name": "php8-tidy-8.4.16-1.1.x86_64",
"product_id": "php8-tidy-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-tokenizer-8.4.16-1.1.x86_64",
"product": {
"name": "php8-tokenizer-8.4.16-1.1.x86_64",
"product_id": "php8-tokenizer-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-xmlreader-8.4.16-1.1.x86_64",
"product": {
"name": "php8-xmlreader-8.4.16-1.1.x86_64",
"product_id": "php8-xmlreader-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-xmlwriter-8.4.16-1.1.x86_64",
"product": {
"name": "php8-xmlwriter-8.4.16-1.1.x86_64",
"product_id": "php8-xmlwriter-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-xsl-8.4.16-1.1.x86_64",
"product": {
"name": "php8-xsl-8.4.16-1.1.x86_64",
"product_id": "php8-xsl-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-zip-8.4.16-1.1.x86_64",
"product": {
"name": "php8-zip-8.4.16-1.1.x86_64",
"product_id": "php8-zip-8.4.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "php8-zlib-8.4.16-1.1.x86_64",
"product": {
"name": "php8-zlib-8.4.16-1.1.x86_64",
"product_id": "php8-zlib-8.4.16-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.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-8.4.16-1.1.aarch64"
},
"product_reference": "php8-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-8.4.16-1.1.s390x"
},
"product_reference": "php8-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-8.4.16-1.1.x86_64"
},
"product_reference": "php8-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.aarch64"
},
"product_reference": "php8-bcmath-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-bcmath-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.s390x"
},
"product_reference": "php8-bcmath-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bcmath-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.x86_64"
},
"product_reference": "php8-bcmath-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.aarch64"
},
"product_reference": "php8-bz2-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-bz2-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.s390x"
},
"product_reference": "php8-bz2-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-bz2-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.x86_64"
},
"product_reference": "php8-bz2-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.aarch64"
},
"product_reference": "php8-calendar-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-calendar-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.s390x"
},
"product_reference": "php8-calendar-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-calendar-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.x86_64"
},
"product_reference": "php8-calendar-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-cli-8.4.16-1.1.aarch64"
},
"product_reference": "php8-cli-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-cli-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-cli-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-cli-8.4.16-1.1.s390x"
},
"product_reference": "php8-cli-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-cli-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-cli-8.4.16-1.1.x86_64"
},
"product_reference": "php8-cli-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.aarch64"
},
"product_reference": "php8-ctype-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-ctype-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.s390x"
},
"product_reference": "php8-ctype-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ctype-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.x86_64"
},
"product_reference": "php8-ctype-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-curl-8.4.16-1.1.aarch64"
},
"product_reference": "php8-curl-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-curl-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-curl-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-curl-8.4.16-1.1.s390x"
},
"product_reference": "php8-curl-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-curl-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-curl-8.4.16-1.1.x86_64"
},
"product_reference": "php8-curl-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-dba-8.4.16-1.1.aarch64"
},
"product_reference": "php8-dba-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-dba-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-dba-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-dba-8.4.16-1.1.s390x"
},
"product_reference": "php8-dba-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dba-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-dba-8.4.16-1.1.x86_64"
},
"product_reference": "php8-dba-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-devel-8.4.16-1.1.aarch64"
},
"product_reference": "php8-devel-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-devel-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-devel-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-devel-8.4.16-1.1.s390x"
},
"product_reference": "php8-devel-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-devel-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-devel-8.4.16-1.1.x86_64"
},
"product_reference": "php8-devel-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-dom-8.4.16-1.1.aarch64"
},
"product_reference": "php8-dom-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-dom-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-dom-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-dom-8.4.16-1.1.s390x"
},
"product_reference": "php8-dom-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-dom-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-dom-8.4.16-1.1.x86_64"
},
"product_reference": "php8-dom-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.aarch64"
},
"product_reference": "php8-enchant-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-enchant-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.s390x"
},
"product_reference": "php8-enchant-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-enchant-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.x86_64"
},
"product_reference": "php8-enchant-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-exif-8.4.16-1.1.aarch64"
},
"product_reference": "php8-exif-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-exif-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-exif-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-exif-8.4.16-1.1.s390x"
},
"product_reference": "php8-exif-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-exif-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-exif-8.4.16-1.1.x86_64"
},
"product_reference": "php8-exif-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ffi-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.aarch64"
},
"product_reference": "php8-ffi-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ffi-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-ffi-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ffi-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.s390x"
},
"product_reference": "php8-ffi-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ffi-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.x86_64"
},
"product_reference": "php8-ffi-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.aarch64"
},
"product_reference": "php8-fileinfo-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-fileinfo-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.s390x"
},
"product_reference": "php8-fileinfo-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-fileinfo-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.x86_64"
},
"product_reference": "php8-fileinfo-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.aarch64"
},
"product_reference": "php8-ftp-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-ftp-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.s390x"
},
"product_reference": "php8-ftp-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ftp-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.x86_64"
},
"product_reference": "php8-ftp-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-gd-8.4.16-1.1.aarch64"
},
"product_reference": "php8-gd-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-gd-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-gd-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-gd-8.4.16-1.1.s390x"
},
"product_reference": "php8-gd-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gd-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-gd-8.4.16-1.1.x86_64"
},
"product_reference": "php8-gd-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.aarch64"
},
"product_reference": "php8-gettext-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-gettext-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.s390x"
},
"product_reference": "php8-gettext-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gettext-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.x86_64"
},
"product_reference": "php8-gettext-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.aarch64"
},
"product_reference": "php8-gmp-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-gmp-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.s390x"
},
"product_reference": "php8-gmp-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-gmp-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.x86_64"
},
"product_reference": "php8-gmp-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.aarch64"
},
"product_reference": "php8-iconv-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-iconv-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.s390x"
},
"product_reference": "php8-iconv-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-iconv-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.x86_64"
},
"product_reference": "php8-iconv-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-intl-8.4.16-1.1.aarch64"
},
"product_reference": "php8-intl-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-intl-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-intl-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-intl-8.4.16-1.1.s390x"
},
"product_reference": "php8-intl-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-intl-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-intl-8.4.16-1.1.x86_64"
},
"product_reference": "php8-intl-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.aarch64"
},
"product_reference": "php8-ldap-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-ldap-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.s390x"
},
"product_reference": "php8-ldap-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-ldap-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.x86_64"
},
"product_reference": "php8-ldap-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.aarch64"
},
"product_reference": "php8-mbstring-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-mbstring-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.s390x"
},
"product_reference": "php8-mbstring-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mbstring-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.x86_64"
},
"product_reference": "php8-mbstring-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.aarch64"
},
"product_reference": "php8-mysql-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-mysql-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.s390x"
},
"product_reference": "php8-mysql-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-mysql-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.x86_64"
},
"product_reference": "php8-mysql-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.aarch64"
},
"product_reference": "php8-odbc-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-odbc-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.s390x"
},
"product_reference": "php8-odbc-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-odbc-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.x86_64"
},
"product_reference": "php8-odbc-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.aarch64"
},
"product_reference": "php8-opcache-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-opcache-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.s390x"
},
"product_reference": "php8-opcache-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-opcache-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.x86_64"
},
"product_reference": "php8-opcache-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.aarch64"
},
"product_reference": "php8-openssl-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-openssl-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.s390x"
},
"product_reference": "php8-openssl-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-openssl-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.x86_64"
},
"product_reference": "php8-openssl-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.aarch64"
},
"product_reference": "php8-pcntl-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-pcntl-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.s390x"
},
"product_reference": "php8-pcntl-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pcntl-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.x86_64"
},
"product_reference": "php8-pcntl-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.aarch64"
},
"product_reference": "php8-pdo-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-pdo-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.s390x"
},
"product_reference": "php8-pdo-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pdo-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.x86_64"
},
"product_reference": "php8-pdo-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.aarch64"
},
"product_reference": "php8-pgsql-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-pgsql-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.s390x"
},
"product_reference": "php8-pgsql-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-pgsql-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.x86_64"
},
"product_reference": "php8-pgsql-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-phar-8.4.16-1.1.aarch64"
},
"product_reference": "php8-phar-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-phar-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-phar-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-phar-8.4.16-1.1.s390x"
},
"product_reference": "php8-phar-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-phar-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-phar-8.4.16-1.1.x86_64"
},
"product_reference": "php8-phar-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-posix-8.4.16-1.1.aarch64"
},
"product_reference": "php8-posix-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-posix-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-posix-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-posix-8.4.16-1.1.s390x"
},
"product_reference": "php8-posix-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-posix-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-posix-8.4.16-1.1.x86_64"
},
"product_reference": "php8-posix-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-readline-8.4.16-1.1.aarch64"
},
"product_reference": "php8-readline-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-readline-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-readline-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-readline-8.4.16-1.1.s390x"
},
"product_reference": "php8-readline-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-readline-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-readline-8.4.16-1.1.x86_64"
},
"product_reference": "php8-readline-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.aarch64"
},
"product_reference": "php8-shmop-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-shmop-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.s390x"
},
"product_reference": "php8-shmop-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-shmop-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.x86_64"
},
"product_reference": "php8-shmop-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.aarch64"
},
"product_reference": "php8-snmp-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-snmp-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.s390x"
},
"product_reference": "php8-snmp-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-snmp-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.x86_64"
},
"product_reference": "php8-snmp-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-soap-8.4.16-1.1.aarch64"
},
"product_reference": "php8-soap-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-soap-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-soap-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-soap-8.4.16-1.1.s390x"
},
"product_reference": "php8-soap-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-soap-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-soap-8.4.16-1.1.x86_64"
},
"product_reference": "php8-soap-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.aarch64"
},
"product_reference": "php8-sockets-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-sockets-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.s390x"
},
"product_reference": "php8-sockets-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sockets-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.x86_64"
},
"product_reference": "php8-sockets-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.aarch64"
},
"product_reference": "php8-sodium-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-sodium-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.s390x"
},
"product_reference": "php8-sodium-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sodium-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.x86_64"
},
"product_reference": "php8-sodium-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.aarch64"
},
"product_reference": "php8-sqlite-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-sqlite-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.s390x"
},
"product_reference": "php8-sqlite-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sqlite-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.x86_64"
},
"product_reference": "php8-sqlite-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.aarch64"
},
"product_reference": "php8-sysvmsg-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-sysvmsg-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.s390x"
},
"product_reference": "php8-sysvmsg-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvmsg-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.x86_64"
},
"product_reference": "php8-sysvmsg-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.aarch64"
},
"product_reference": "php8-sysvsem-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-sysvsem-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.s390x"
},
"product_reference": "php8-sysvsem-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvsem-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.x86_64"
},
"product_reference": "php8-sysvsem-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.aarch64"
},
"product_reference": "php8-sysvshm-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-sysvshm-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.s390x"
},
"product_reference": "php8-sysvshm-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-sysvshm-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.x86_64"
},
"product_reference": "php8-sysvshm-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.aarch64"
},
"product_reference": "php8-tidy-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-tidy-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.s390x"
},
"product_reference": "php8-tidy-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tidy-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.x86_64"
},
"product_reference": "php8-tidy-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.aarch64"
},
"product_reference": "php8-tokenizer-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-tokenizer-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.s390x"
},
"product_reference": "php8-tokenizer-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-tokenizer-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.x86_64"
},
"product_reference": "php8-tokenizer-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.aarch64"
},
"product_reference": "php8-xmlreader-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-xmlreader-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.s390x"
},
"product_reference": "php8-xmlreader-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlreader-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.x86_64"
},
"product_reference": "php8-xmlreader-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.aarch64"
},
"product_reference": "php8-xmlwriter-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-xmlwriter-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.s390x"
},
"product_reference": "php8-xmlwriter-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xmlwriter-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.x86_64"
},
"product_reference": "php8-xmlwriter-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.aarch64"
},
"product_reference": "php8-xsl-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-xsl-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.s390x"
},
"product_reference": "php8-xsl-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-xsl-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.x86_64"
},
"product_reference": "php8-xsl-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-zip-8.4.16-1.1.aarch64"
},
"product_reference": "php8-zip-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-zip-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-zip-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-zip-8.4.16-1.1.s390x"
},
"product_reference": "php8-zip-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zip-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-zip-8.4.16-1.1.x86_64"
},
"product_reference": "php8-zip-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.4.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.aarch64"
},
"product_reference": "php8-zlib-8.4.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.4.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.ppc64le"
},
"product_reference": "php8-zlib-8.4.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.4.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.s390x"
},
"product_reference": "php8-zlib-8.4.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "php8-zlib-8.4.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.x86_64"
},
"product_reference": "php8-zlib-8.4.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-14177",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-14177"
}
],
"notes": [
{
"category": "general",
"text": "In PHP versions:8.1.* before 8.1.34, 8.2.* before 8.2.30, 8.3.* before 8.3.29, 8.4.* before 8.4.16, 8.5.* before 8.5.1, the getimagesize() function may leak uninitialized heap memory into the APPn segments (e.g., APP1) when reading images in multi-chunk mode (such as via php://filter). This occurs due to a bug in php_read_stream_all_chunks() that overwrites the buffer without advancing the pointer, leaving tail bytes uninitialized. This may lead to information disclosure of sensitive heap data and affect the confidentiality of the target server.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:php8-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-14177",
"url": "https://www.suse.com/security/cve/CVE-2025-14177"
},
{
"category": "external",
"summary": "SUSE Bug 1255710 for CVE-2025-14177",
"url": "https://bugzilla.suse.com/1255710"
}
],
"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.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:php8-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-20T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2025-14177"
},
{
"cve": "CVE-2025-14178",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-14178"
}
],
"notes": [
{
"category": "general",
"text": "In PHP versions:8.1.* before 8.1.34, 8.2.* before 8.2.30, 8.3.* before 8.3.29, 8.4.* before 8.4.16, 8.5.* before 8.5.1, a heap buffer overflow occurs in array_merge() when the total element count of packed arrays exceeds 32-bit limits or HT_MAX_SIZE, due to an integer overflow in the precomputation of element counts using zend_hash_num_elements(). This may lead to memory corruption or crashes and affect the integrity and availability of the target server.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:php8-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-14178",
"url": "https://www.suse.com/security/cve/CVE-2025-14178"
},
{
"category": "external",
"summary": "SUSE Bug 1255711 for CVE-2025-14178",
"url": "https://bugzilla.suse.com/1255711"
}
],
"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.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:php8-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-20T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-14178"
},
{
"cve": "CVE-2025-14180",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-14180"
}
],
"notes": [
{
"category": "general",
"text": "In PHP versions 8.1.* before 8.1.34, 8.2.* before 8.2.30, 8.3.* before 8.3.29, 8.4.* before 8.4.16, 8.5.* before 8.5.1 when using the PDO PostgreSQL driver with PDO::ATTR_EMULATE_PREPARES enabled, an invalid character sequence (such as \\x99) in a prepared statement parameter may cause the quoting function PQescapeStringConn to return NULL, leading to a null pointer dereference in pdo_parse_params() function. This may lead to crashes (segmentation fault) and affect the availability of the target server.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:php8-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-14180",
"url": "https://www.suse.com/security/cve/CVE-2025-14180"
},
{
"category": "external",
"summary": "SUSE Bug 1255712 for CVE-2025-14180",
"url": "https://bugzilla.suse.com/1255712"
}
],
"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.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.x86_64"
]
}
],
"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": [
"openSUSE Tumbleweed:php8-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-bcmath-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-bz2-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-calendar-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-cli-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ctype-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-curl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-dba-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-devel-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-dom-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-enchant-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-exif-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ffi-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-fileinfo-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ftp-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-gd-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-gettext-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-gmp-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-iconv-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-intl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-ldap-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-mbstring-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-mysql-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-odbc-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-opcache-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-openssl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-pcntl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-pdo-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-pgsql-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-phar-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-posix-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-readline-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-shmop-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-snmp-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-soap-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sockets-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sodium-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sqlite-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sysvmsg-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sysvsem-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-sysvshm-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-tidy-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-tokenizer-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-xmlreader-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-xmlwriter-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-xsl-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-zip-8.4.16-1.1.x86_64",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.aarch64",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.ppc64le",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.s390x",
"openSUSE Tumbleweed:php8-zlib-8.4.16-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-20T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-14180"
}
]
}
MSRC_CVE-2025-14180
Vulnerability from csaf_microsoft - Published: 2025-12-02 00:00 - Updated: 2026-01-03 01:36Notes
{
"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-2025-14180 NULL Pointer Dereference in PDO quoting - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2025/msrc_cve-2025-14180.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": "NULL Pointer Dereference in PDO quoting",
"tracking": {
"current_release_date": "2026-01-03T01:36:31.000Z",
"generator": {
"date": "2026-01-03T09:26:14.073Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2025-14180",
"initial_release_date": "2025-12-02T00:00:00.000Z",
"revision_history": [
{
"date": "2025-12-29T01:01:34.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
},
{
"date": "2025-12-29T14:36:08.000Z",
"legacy_version": "2",
"number": "2",
"summary": "Information published."
},
{
"date": "2025-12-31T01:02:05.000Z",
"legacy_version": "3",
"number": "3",
"summary": "Information published."
},
{
"date": "2026-01-03T01:36:31.000Z",
"legacy_version": "4",
"number": "4",
"summary": "Information published."
}
],
"status": "final",
"version": "4"
}
},
"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.33-1",
"product": {
"name": "\u003ccbl2 php 8.1.33-1",
"product_id": "2"
}
},
{
"category": "product_version",
"name": "cbl2 php 8.1.33-1",
"product": {
"name": "cbl2 php 8.1.33-1",
"product_id": "19545"
}
},
{
"category": "product_version_range",
"name": "azl3 php 8.3.23-1",
"product": {
"name": "azl3 php 8.3.23-1",
"product_id": "1"
}
}
],
"category": "product_name",
"name": "php"
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 php 8.1.33-1 as a component of CBL Mariner 2.0",
"product_id": "17086-2"
},
"product_reference": "2",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 php 8.1.33-1 as a component of CBL Mariner 2.0",
"product_id": "19545-17086"
},
"product_reference": "19545",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 php 8.3.23-1 as a component of Azure Linux 3.0",
"product_id": "17084-1"
},
"product_reference": "1",
"relates_to_product_reference": "17084"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-14180",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "general",
"text": "php",
"title": "Assigning CNA"
}
],
"product_status": {
"fixed": [
"19545-17086"
],
"known_affected": [
"17086-2",
"17084-1"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-14180 NULL Pointer Dereference in PDO quoting - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2025/msrc_cve-2025-14180.json"
}
],
"remediations": [
{
"category": "none_available",
"date": "2025-12-29T01:01:34.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-1"
]
},
{
"category": "vendor_fix",
"date": "2025-12-29T01:01:34.000Z",
"details": "8.1.34-1:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-2"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
}
],
"title": "NULL Pointer Dereference in PDO quoting"
}
]
}
Sightings
| Author | Source | Type | Date |
|---|
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.